DataMember.Label Property
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.