ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / SummaryType Enumeration

In This Topic
    SummaryType Enumeration
    In This Topic
    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