FlexReport for WinForms
RunningSum プロパティ (Field)


C1.Report アセンブリ > C1.Report 名前空間 > Field クラス : RunningSum プロパティ
Specifies whether to show a running sum for the field.
シンタックス
'宣言
 
Public Property RunningSum As RunningSumEnum
'使用法
 
Dim instance As Field
Dim value As RunningSumEnum
 
instance.RunningSum = value
 
value = instance.RunningSum
public RunningSumEnum RunningSum {get; set;}
解説

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.

参照

参照

Field クラス
Field メンバ
RunningSumEnum 列挙体