ComponentOne FlexReport for WinForms
RunningSum Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > Field Class : RunningSum Property
Specifies whether to show a running sum for the field.
Syntax
'Declaration
 
Public Property RunningSum As RunningSumEnum
public RunningSumEnum RunningSum {get; set;}
Remarks

You can use the RunningSum 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

Reference

Field Class
Field Members
RunningSumEnum Enumeration