ActiveReports 12
SummaryRunning Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : SummaryRunning Enumeration
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

Reference

GrapeCity.ActiveReports.SectionReportModel Namespace
ActiveReports6~GrapeCity.ActiveReports.TextBox~SummaryRunning