Partilhar via


Propriedade do RDL DataMember.GroupValues

Gets the values of the group expressions for the group.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

DataMember Classe

Namespace Microsoft.ReportingServices.ReportRendering