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 calculated value of the BorderSkinType property in a ChartBorderSkin class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property BorderSkinType As ChartBorderSkinType
Get
'Usage
Dim instance As ChartBorderSkinInstance
Dim value As ChartBorderSkinType
value = instance.BorderSkinType
public ChartBorderSkinType BorderSkinType { get; }
public:
property ChartBorderSkinType BorderSkinType {
ChartBorderSkinType get ();
}
member BorderSkinType : ChartBorderSkinType
function get BorderSkinType () : ChartBorderSkinType
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartBorderSkinType
A ChartBorderSkinType value that represents the calculated value of the BorderSkinType property.
Siehe auch
Verweis
ChartBorderSkinInstance Klasse
Microsoft.ReportingServices.OnDemandReportRendering-Namespace