DocumentMapNode.Label (Propiedad)
Obtiene la etiqueta asociada al nodo del mapa del documento.
Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Sintaxis
'Declaración
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
Valor de propiedad
Tipo: String
Un valor string de solo lectura.