DataMember.GroupValues Property
Gets the values of the group expressions for the group.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property GroupValues As ValueCollection
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.ReportRendering.ValueCollection
A ValueCollection object containing the values of the group expressions for the group.