次の方法で共有


ReportItem.Label プロパティ

レポート上のアイテムのドキュメント マップ ラベルを取得または設定します。

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

構文

'宣言
Public Property Label As String 
    Get 
    Set
'使用
Dim instance As ReportItem 
Dim value As String 

value = instance.Label

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

プロパティ値

型: System.String
レポート上のアイテムのラベルを表す String 値です。

関連項目

参照

ReportItem クラス

Microsoft.ReportingServices.ReportRendering 名前空間