ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / SummaryRunning Enumeration

In This Topic
    SummaryRunning Enumeration
    In This Topic
    Determines whether summary values will be accumulated or reset based on the specified level.
    Syntax
    'Declaration
     
    Public Enum SummaryRunning 
       Inherits System.Enum
    public enum SummaryRunning : System.Enum 
    Members
    MemberDescription
    AllCalculates a running summary for all values.
    GroupCalculates a running summary (each value is the sum of the current value and all preceding values) within the same group level.
    NoneSummary values are not accumulated.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.SectionReportModel.SummaryRunning

    See Also