Partager via


Propriété DocumentMapNode.Label

Obtient l'étiquette associée au nœud du plan du document.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Label As String
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
Valeur string en lecture seule.

Voir aussi

Référence

DocumentMapNode Classe

Espace de noms Microsoft.Reporting.WinForms