Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the unique identifier of the document map node.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Public ReadOnly Property Id As String
'Usage
Dim instance As DocumentMapNode
Dim value As String
value = instance.Id
public string Id { get; }
public:
property String^ Id {
String^ get ();
}
/** @property */
public String get_Id ()
public function get Id () : String
Property Value
A read-only string value.
See Also
Reference
DocumentMapNode Class
DocumentMapNode Members
Microsoft.Reporting.WinForms Namespace