DataMember.GroupValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.