DocumentMapNode.Label-Eigenschaft

Ruft die Bezeichnung ab, die dem Dokumentstrukturknoten zugeordnet ist.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

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

value = instance.Label
public string Label { get; }
public:
property String^ Label {
    String^ get ();
}
member Label : string
function get Label () : String

Eigenschaftswert

Typ: System.String
Ein schreibgeschützter string-Wert.

Siehe auch

Verweis

DocumentMapNode Klasse

Microsoft.Reporting.WinForms-Namespace