DocumentMapNode.Label Property

Gets the label associated with the document map node.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public ReadOnly Property Label As String
'Usage
Dim instance As DocumentMapNode
Dim value As String

value = instance.Label
public string Label { get; }
public:
property String^ Label {
    String^ get ();
}
/** @property */
public String get_Label ()
public function get Label () : String

Property Value

A read-only string value.

See Also

Reference

DocumentMapNode Class
DocumentMapNode Members
Microsoft.Reporting.WebForms Namespace