FlexReport for WinForms
RunningSumEnum 列挙体


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 : RunningSumEnum 列挙体
Determines whether to calculate a running sum.
シンタックス
'宣言
 
Public Enum RunningSumEnum 
   Inherits System.Enum
'使用法
 
Dim instance As RunningSumEnum
public enum RunningSumEnum : System.Enum 
メンバ
メンバ解説
NoRunningSum
Do not treat field as a running sum.
SumOverAll
Calculate running sum over the whole report.
SumOverGroup
Calculate running sum over each group.
解説
Use the members of this enumeration to set the value of the RunningSum property in the Field class.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Report.RunningSumEnum

参照

参照

C1.Report 名前空間