The following general formatting is performed: <list> <item>Extends the highest level group footer by 200 twips if there is more than one grouping level</item> <item>Adds a TextBox into the Report Footer for counting records if required</item> <item>Attach an event handler to the ReportFooter so that the overridable OnReportFooterFormat method can be used</item> </list> If this is a summarised report, the additional formatting is performed: <list> <item>Group header closest to the Detail section is hidden</item> <item>Detail section is hidden</item> <item>Group footer closest to the Detail section is set to the specified height, all controls' fonts are un-bolded and the TextBox control used to display a count is hidden</item> </list>
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| summary | Boolean | Optional | Indicates whether this is a summarised report. If omitted, a value of False is assumed. | |
| summaryFooterHeight | Integer | Optional | If this is a summary report then this is the height of the first footer (in twips) that replaces the Detail section. If omitted, a value of 200 is assumed. | |
| addGroupCountTextBox | Boolean | Optional | Indicates whether to add a TextBox into the Report Footer for display a record count. If omitted, a value of True is assumed. |