DataMember.GroupValues Property

Definition

Gets the values of the group expressions for the group.

public:
 property Microsoft::ReportingServices::ReportRendering::ValueCollection ^ GroupValues { Microsoft::ReportingServices::ReportRendering::ValueCollection ^ get(); };
public Microsoft.ReportingServices.ReportRendering.ValueCollection GroupValues { get; }
member this.GroupValues : Microsoft.ReportingServices.ReportRendering.ValueCollection
Public ReadOnly Property GroupValues As ValueCollection

Property Value

A ValueCollection object containing the values of the group expressions for the group.

Applies to