Partilhar via


Propriedade do RDL DocumentMapNodeInfo.Id

Gets a unique identifier for the current node.

Namespace:  Microsoft.ReportingServices.ReportProcessing
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Id As String 
    Get
'Uso
Dim instance As DocumentMapNodeInfo 
Dim value As String 

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

Valor da propriedade

Tipo: System.String
A string value that represents the unique identifier for the current node.

Consulte também

Referência

DocumentMapNodeInfo Classe

Namespace Microsoft.ReportingServices.ReportProcessing