Enum AggregateType
The kind of aggregation applied to a value: sum, minimum, maximum, average, or standard deviation.
Namespace: Reportman.Reporting
Assembly: Reportman.Reporting.dll
Syntax
public enum AggregateType
Fields
| Name | Description |
|---|---|
| Average | |
| Maximum | |
| Minimum | |
| StandardDeviation | |
| Summary |