ActiveReports3 Request technical support
SummaryType Enumeration
See Also  


Determines the type of field summary.

Syntax

Visual Basic (Declaration) 
Public Enum SummaryType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As SummaryType
C# 
public enum SummaryType : Enum 

Members

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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.SummaryType

See Also