Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the label of the grouping for the document map.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Label As String
Get
'Usage
Dim instance As Group
Dim value As String
value = instance.Label
public abstract string Label { get; }
public:
virtual property String^ Label {
String^ get () abstract;
}
abstract Label : string
abstract function get Label () : String
Property Value
Type: System.String
A String value containing the label of this grouping.