| Visual Basic (Declaration) | |
|---|---|
Public Enum SummaryType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum SummaryType : Enum | |
| Member | Description |
|---|---|
| None | No summarization. |
| GrandTotal | Evaluate the specified summary function for all records in the report. |
| 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. |
| PageCount | Print the page count or page number. Use with SummaryRunning set to All to print the page number. |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.SummaryType