[]
        
(Showing Draft Content)

C1.WPF.FlexReport.Field.RunningSum

RunningSum Property

RunningSum

Specifies whether to show a running sum for the field.

Declaration
public RunningSumEnum RunningSum { get; set; }
Remarks
<p>You can use the <xref href="C1.WPF.FlexReport.Field.RunningSum" data-throw-if-not-resolved="false"></xref> property to calculate record-by-record or 

group-by-group totals in a report.

The RunningSum property specifies whether a calculated field on a report displays a running total and lets you set the range over which values are accumulated.

See Also