Label Propiedad
Gets the label of the grouping for the document map.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public MustOverride ReadOnly Property Label As String
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .String
A String value containing the label of this grouping.
Vea también