Propriedade do RDL Id
Gets a unique identifier for the 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 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
Valor da propriedade
Tipo: System. . :: . .String
A string value that represents a unique identifier.
Consulte também