Compartir a través de


DataMember.Label Propiedad

Gets the label to display for this data member.

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

Sintaxis

'Declaración
Public Overrides ReadOnly Property Label As String 
    Get
'Uso
Dim instance As DataMember 
Dim value As String 

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

Valor de la propiedad

Tipo: System.String
A string containing the label to display for this data member.

Vea también

Referencia

DataMember Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering