ActiveReports 8
SummaryRunning Enumeration
See Also 
GrapeCity.ActiveReports.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

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