[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.SummaryType

SummaryType Enum

Determines the type of field summary.

Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public enum SummaryType

Fields

Name Description
GrandTotal

Evaluate the specified summary function for all records in the report.

None

No summarization.

PageCount

Print the page count or page number. Use with SummaryRunning set to All to print the page number.

PageTotal

Evaluate the specified summary function for all records on each page.

SubTotal

Evaluate the specified summary function for all records in each group level.

Extension Methods