Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartBorderSkin
A ChartBorderSkin object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace