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 type of the border skin.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property BorderSkinType As ReportEnumProperty(Of ChartBorderSkinType)
Get
'Usage
Dim instance As ChartBorderSkin
Dim value As ReportEnumProperty(Of ChartBorderSkinType)
value = instance.BorderSkinType
public ReportEnumProperty<ChartBorderSkinType> BorderSkinType { get; }
public:
property ReportEnumProperty<ChartBorderSkinType>^ BorderSkinType {
ReportEnumProperty<ChartBorderSkinType>^ get ();
}
member BorderSkinType : ReportEnumProperty<ChartBorderSkinType>
function get BorderSkinType () : ReportEnumProperty<ChartBorderSkinType>
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartBorderSkinType>
A ReportEnumProperty<EnumType> object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace