Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets an expression that evaluates to the properties of the left border.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property LeftBorder As Border
Get
'Usage
Dim instance As StyleBase
Dim value As Border
value = instance.LeftBorder
public abstract Border LeftBorder { get; }
public:
virtual property Border^ LeftBorder {
Border^ get () abstract;
}
abstract LeftBorder : Border
abstract 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