TcxDataSummary.Calculate Method
Calculates all summaries contained in the current TcxDataSummary class instance.
Declaration
procedure Calculate; virtual;
Remarks
The Calculate method performs calculations of footer and group summaries. Footer summaries are provided by the FooterSummaryItems property. Group summaries are represented by the DefaultGroupSummaryItems and SummaryGroups properties.
This method makes subsequent calls to CalculateFooterSummary and CalculateGroupSummary.
See Also