AutoComplete for ASP.NET Web Forms
RunningSumEnum 列挙体

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : RunningSumEnum 列挙体
Determines whether to calculate a running sum.
シンタックス
'宣言
 
Public Enum RunningSumEnum 
   Inherits System.Enum
public enum RunningSumEnum : System.Enum 
メンバ
メンバ解説
NoRunningSumDo not treat field as a running sum.
SumOverAllCalculate running sum over the whole report.
SumOverGroupCalculate running sum over each group.
解説
Use the members of this enumeration to set the value of the Field.RunningSum property in the Field class.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Report.RunningSumEnum

参照

C1.C1Report 名前空間