Propriedade do RDL ChartBorderSkin
Defines a border skin for the chart.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property ChartBorderSkin As ChartBorderSkin
Get
Set
'Uso
Dim instance As Chart
Dim value As ChartBorderSkin
value = instance.ChartBorderSkin
instance.ChartBorderSkin = value
public ChartBorderSkin ChartBorderSkin { get; set; }
public:
property ChartBorderSkin^ ChartBorderSkin {
ChartBorderSkin^ get ();
void set (ChartBorderSkin^ value);
}
member ChartBorderSkin : ChartBorderSkin with get, set
function get ChartBorderSkin () : ChartBorderSkin
function set ChartBorderSkin (value : ChartBorderSkin)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartBorderSkin
A ChartBorderSkin object.