Compartir a través de


ReportItem.Label Propiedad

Gets or sets the document map label of the item on the report.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Property Label As String 
    Get 
    Set
'Uso
Dim instance As ReportItem 
Dim value As String 

value = instance.Label

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

Valor de la propiedad

Tipo: System.String
A String value containing the label of the item on the report.

Vea también

Referencia

ReportItem Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering