ActiveReports 12
SummaryType Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : SummaryType Enumeration
Determines the type of field summary.
Syntax
'Declaration
 
Public Enum SummaryType 
   Inherits System.Enum
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