Właściwość OnDemandDocumentMapNode.Id
Pobiera identyfikator unikatowy dla węzła.
Przestrzeń nazw: Microsoft.ReportingServices.ReportProcessing
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Id As String
Get
'Użycie
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
Wartość właściwości
Typ: System.String
A ciąg wartość, która reprezentuje identyfikator unikatowy.
Zobacz także