ActiveReports Developer 7
SummaryType Enumeration
See Also 
GrapeCity.ActiveReports.v7 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

See Also

Reference

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