Freigeben über


Chart.BorderSkin-Eigenschaft

Gets the border skin of the entire chart image.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property BorderSkin As ChartBorderSkin 
    Get
'Usage
Dim instance As Chart 
Dim value As ChartBorderSkin 

value = instance.BorderSkin
public ChartBorderSkin BorderSkin { get; }
public:
property ChartBorderSkin^ BorderSkin {
    ChartBorderSkin^ get ();
}
member BorderSkin : ChartBorderSkin
function get BorderSkin () : ChartBorderSkin

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartBorderSkin
A ChartBorderSkin object.

Siehe auch

Verweis

Chart Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace