Visual Basic (Declaration) | |
---|---|
Public Enum SummaryType Inherits System.Enum |
C# | |
---|---|
public enum SummaryType : System.Enum |
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.SectionReportModel.SummaryType
Reference
GrapeCity.ActiveReports.SectionReportModel NamespaceActiveReports6~GrapeCity.ActiveReports.TextBox~SummaryType