Propriété Label
Gets the label to display for this data member.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Property Label As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
A string containing the label to display for this data member.