[]
Determines whether summary values will be accumulated or reset based on the specified level.
public enum SummaryRunning
Name | Description |
---|---|
All | Calculates a running summary for all values. |
Group | Calculates a running summary (each value is the sum of the current value and all preceding values) within the same group level. |
None | Summary values are not accumulated. |