[]
        
(Showing Draft Content)

C1.Report.RunningSumEnum

RunningSumEnum Enum

Determines whether to calculate a running sum.

Namespace: C1.Report
Assembly: C1.FlexReport.dll
Syntax
public enum RunningSumEnum
Remarks

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

Fields

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.