DocumentMapNavigationEventArgs.DocumentMapId Property
Gets the unique identifier of the document map node selected.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public string DocumentMapId { get; }
public:
property String^ DocumentMapId {
String^ get();
}
member DocumentMapId : string with get
Public ReadOnly Property DocumentMapId As String
Property Value
Type: System.String
A read-only string value containing the document map node ID.
See Also
DocumentMapNavigationEventArgs Class
Microsoft.Reporting.WinForms Namespace
Return to top