Proprietà Label
Gets the label to display for this data member.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Overrides ReadOnly Property Label As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A string containing the label to display for this data member.
Vedere anche