Proprietà BorderSkin
Gets the border skin of the entire chart image.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property BorderSkin As ChartBorderSkin
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartBorderSkin
A ChartBorderSkin object.
Vedere anche