Determines whether to calculate a running sum.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum RunningSumEnum
Visual Basic
Public Enumeration RunningSumEnum

Members

Member nameDescription
NoRunningSum Do not treat field as a running sum.
SumOverGroup Calculate running sum over each group.
SumOverAll Calculate running sum over the whole report.

Remarks

Use the members of this enumeration to set the value of the RunningSum property in the Field class.

See Also