TcxDataSummary.GroupSummaryItems Property
Returns a collection of group summaries calculated at a specific level.
Declaration
property GroupSummaryItems[Level: Integer]: TcxDataGroupSummaryItems read;
Property Value
Type |
---|
TcxDataGroupSummaryItems |
Remarks
The GroupSummaryItems property retrieves the collection of group summaries calculated at a specific level. The level is associated with a grouping item. If data is grouped by two grouping items, for instance, you can pass 0 or 1 as a Level value.
Group summaries are set via the DefaultGroupSummaryItems and SummaryGroups properties. If no group summaries are calculated for the specific level, the GroupSummaryItems property returns a valid object containing 0 summaries.
See Also