ActiveReports Developer 7
SummaryRunning Enumeration
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : SummaryRunning Enumeration

Glossary Item Box

Determines whether summary values will be accumulated or reset based on the specified level.

Syntax

Visual Basic (Declaration) 
Public Enum SummaryRunning 
   Inherits System.Enum
C# 
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