Compartir a través de


DataMember.GroupValues Propiedad

Gets the values of the group expressions for the group.

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

Sintaxis

'Declaración
Public ReadOnly Property GroupValues As ValueCollection 
    Get
'Uso
Dim instance As DataMember 
Dim value As ValueCollection 

value = instance.GroupValues
public ValueCollection GroupValues { get; }
public:
property ValueCollection^ GroupValues {
    ValueCollection^ get ();
}
member GroupValues : ValueCollection
function get GroupValues () : ValueCollection

Valor de la propiedad

Tipo: Microsoft.ReportingServices.ReportRendering.ValueCollection
A ValueCollection object containing the values of the group expressions for the group.

Vea también

Referencia

DataMember Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering