The EaxAggregationFunction enumeration is used to set aggregation method applied to calculate diaplyed value.
It is used by the following properties:
Value | Brief description |
0 | Sum. Sum of values. |
1 | Average. Average. |
2 | Min. Minimum value. |
3 | Max. Maximum value. |
4 | NONE. Aggregation is not used. |
The aggregation is used for speedometer, if several data rows are selected in the report.
See also: