Propriedade BorderSkin
Gets the border skin of the entire chart image.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property BorderSkin As ChartBorderSkin
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartBorderSkin
A ChartBorderSkin object.
Consulte também