Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the label to display for this data member.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Label As String
Get
'Usage
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
Property Value
Type: System.String
A string containing the label to display for this data member.