次の方法で共有


DocumentMapNodeInfo.Label プロパティ

現在のノードのラベルを取得します。

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

構文

'宣言
Public ReadOnly Property Label As String 
    Get
'使用
Dim instance As DocumentMapNodeInfo 
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
ノードのラベルを表す string 値です。

関連項目

参照

DocumentMapNodeInfo クラス

Microsoft.ReportingServices.ReportProcessing 名前空間