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 label associated with the document map node.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.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.WinForms Namespace