Share via


DocumentMapNode.Id Property

Gets the unique identifier of the document map node.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.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.WebForms Namespace