Compartir a través de


Chart.BorderSkin Propiedad

Gets the border skin of the entire chart image.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

Chart Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering