Condividi tramite


Proprietà DocumentMapNode.Label

Recupera l'etichetta associata al nodo della mappa documento.

Spazio dei nomi:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Label As String
public string Label { get; }
public:
property String^ Label {
    String^ get ();
}
member Label : string with get
function get Label () : String

Valore proprietà

Tipo: String
Valore stringa di sola lettura.

Vedere anche

Riferimenti

DocumentMapNode Classe

Spazio dei nomi Microsoft.Reporting.WebForms