共用方式為


OnDemandDocumentMapNode.Id 屬性

Gets a unique identifier for the node.

命名空間:  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
A string value that represents a unique identifier.

請參閱

參考

OnDemandDocumentMapNode 類別

Microsoft.ReportingServices.ReportProcessing 命名空間