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 top border.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property TopBorder As Border
Get
'Usage
Dim instance As StyleBase
Dim value As Border
value = instance.TopBorder
public abstract Border TopBorder { get; }
public:
virtual property Border^ TopBorder {
Border^ get () abstract;
}
abstract TopBorder : Border
abstract function get TopBorder () : Border
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.Border
A Border object that represents the properties of the top border.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace