[]
Determines the type of field summary.
public enum SummaryType
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. |