ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / RunningSumEnum Enumeration

In This Topic
    RunningSumEnum Enumeration
    In This Topic
    Determines whether to calculate a running sum.
    Syntax
    'Declaration
     
    Public Enum RunningSumEnum 
       Inherits System.Enum
    public enum RunningSumEnum : System.Enum 
    Members
    MemberDescription
    NoRunningSumDo not treat field as a running sum.
    SumOverAllCalculate running sum over the whole report.
    SumOverGroupCalculate running sum over each group.
    Remarks
    Use the members of this enumeration to set the value of the Field.RunningSum property in the Field class.
    Inheritance Hierarchy

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

    See Also