Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the properties of the bottom border.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property BottomBorder As Border
Get
'Usage
Dim instance As StyleBase
Dim value As Border
value = instance.BottomBorder
public abstract Border BottomBorder { get; }
public:
virtual property Border^ BottomBorder {
Border^ get () abstract;
}
abstract BottomBorder : Border
abstract function get BottomBorder () : Border
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.Border
A Border object that represents the properties of the bottom border.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace