ChartSmartLabel 屬性
Smart label properties.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property ChartSmartLabel As ChartSmartLabel
Get
Set
'用途
Dim instance As ChartSeries
Dim value As ChartSmartLabel
value = instance.ChartSmartLabel
instance.ChartSmartLabel = value
public ChartSmartLabel ChartSmartLabel { get; set; }
public:
property ChartSmartLabel^ ChartSmartLabel {
ChartSmartLabel^ get ();
void set (ChartSmartLabel^ value);
}
member ChartSmartLabel : ChartSmartLabel with get, set
function get ChartSmartLabel () : ChartSmartLabel
function set ChartSmartLabel (value : ChartSmartLabel)