ActiveReports 8
SummaryType Enumeration
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : SummaryType Enumeration

Glossary Item Box

Determines the type of field summary.

Syntax

Visual Basic (Declaration) 
Public Enum SummaryType 
   Inherits System.Enum
C# 
public enum SummaryType : System.Enum 

Members

MemberDescription
GrandTotalEvaluate the specified summary function for all records in the report.
NoneNo summarization.
PageCountPrint the page count or page number.  Use with SummaryRunning set to All to print the page number.
PageTotalEvaluate the specified summary function for all records on each page.
SubTotalEvaluate the specified summary function for all records in each group level.

Inheritance Hierarchy

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

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~SummaryType