Partilhar via


Propriedade do RDL DataMember.Label

Gets the label to display for this data member.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

DataMember Classe

Namespace Microsoft.ReportingServices.ReportRendering