Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the properties of the left border.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property LeftBorder As Border
Get
'Usage
Dim instance As Style
Dim value As Border
value = instance.LeftBorder
public override Border LeftBorder { get; }
public:
virtual property Border^ LeftBorder {
Border^ get () override;
}
abstract LeftBorder : Border
override LeftBorder : Border
override function get LeftBorder () : Border
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.Border
A Border object that represents the properties of the left border.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace