Compartir a través de


Group.Name Propiedad

Gets the name of the grouping.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Name As String 
    Get
'Uso
Dim instance As Group 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Valor de la propiedad

Tipo: System.String
A String value containing the name of this grouping.

Comentarios

The name is unique in the definition.

Vea también

Referencia

Group Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering