[]
Determines whether to calculate a running sum.
public enum RunningSumEnum
Use the members of this enumeration to set the value of the RunningSum property in the Field class.
| Name | Description |
|---|---|
| NoRunningSum | Do not treat field as a running sum. |
| SumOverAll | Calculate running sum over the whole report. |
| SumOverGroup | Calculate running sum over each group. |