次の方法で共有


ChartSeries.ChartSmartLabel プロパティ

スマート ラベルのプロパティ。

名前空間:  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)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ChartSmartLabel
ChartSmartLabel オブジェクト。

関連項目

参照

ChartSeries クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間