Enum TotalType
Specifies the total type.
Namespace: FastReport.Data
Assembly: FastReport.OpenSource.dll
Syntax
public enum TotalType
Fields
Name | Description |
---|---|
Avg | The total returns average value. |
Count | The total returns number of values. |
Max | The total returns maximal value. |
Min | The total returns minimal value. |
Sum | The total returns sum of values. |