[]
Specifies whether to show a running sum for the field.
[C1Category("Data")]
[C1Description("Field.RunningSum", "Specifies whether to show a running sum for the field.")]
public RunningSumEnum RunningSum { get; set; }
<C1Category("Data")>
<C1Description("Field.RunningSum", "Specifies whether to show a running sum for the field.")>
Public Property RunningSum As RunningSumEnum
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.