PivotGridControl allows totals to be calculated against its data. It supports four types of totals: automatic totals, custom totals, grand totals and running totals. Totals are displayed as additional columns or rows, containing summarized data.
Automatic totals are calculated using a summary function specified by the corresponding data field.
Custom totals can be calculated using any summary function. It is possible to calculate multiple custom totals against a single data field.
Grand totals are calculated against all records in the data source.
Running totals calculate cumulative values that correspond to the specified column or row fields.