Propriedade DocumentMapNavigationEventArgs.DocumentMapId
Gets the unique identifier of the document map node selected.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
Public ReadOnly Property DocumentMapId As String
public string DocumentMapId { get; }
public:
property String^ DocumentMapId {
String^ get ();
}
member DocumentMapId : string with get
function get DocumentMapId () : String
Valor de propriedade
Tipo: String
A read-only string value containing the document map node ID.