ReportField.SummaryType
From Xojo Documentation
Property (As String )
aReportField.SummaryType = newStringValue
or
StringValue = aReportField.SummaryType
Supported for all project types and targets.
or
StringValue = aReportField.SummaryType
Supported for all project types and targets.
Determines the type of total to be calculated by the SummaryFunc.
Notes
The choices are:
Value |
---|
None |
Grand Total |
Page Total |
Subtotal |
Page Count |