次の方法で共有


OnDemandDocumentMapNode.Id プロパティ

ノードの一意の識別子を取得します。

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

構文

'宣言
Public ReadOnly Property Id As String 
    Get
'使用
Dim instance As OnDemandDocumentMapNode 
Dim value As String 

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

プロパティ値

型: System.String
一意の識別子を表す string 値です。

関連項目

参照

OnDemandDocumentMapNode クラス

Microsoft.ReportingServices.ReportProcessing 名前空間