Partager via


Propriété GroupValues

Gets the values of the group expressions for the group.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property GroupValues As ValueCollection
    Get
'Utilisation
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

Valeur de propriété

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