次の方法で共有


ChartDataLabelInstance.Label プロパティ

書式設定を適用した後の ChartDataLabel クラスの Label プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Label As String 
    Get
'使用
Dim instance As ChartDataLabelInstance 
Dim value As String 

value = instance.Label
public string Label { get; }
public:
property String^ Label {
    String^ get ();
}
member Label : string
function get Label () : String

プロパティ値

型: System.String
書式設定を適用した後の Label プロパティの計算値を表す string 値。

説明

書式設定を適用する前の Label プロパティの計算値については、「OriginalValue」を参照してください。

関連項目

参照

ChartDataLabelInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間