Report.
You can use the RepeatSection property to specify whether a group header is repeated on the next page or column when a group spans more than one page or column.
The RepeatSection property uses the following settings.
Setting |
Description |
Visual Basic |
Yes |
The group header is repeated. |
True (-1) |
No |
(Default) The group header isn’t repeated. |
False (0) |
You can set the RepeatSection property in the group header section’s property sheet, a macro, or using Visual Basic.
When printing a report that contains a subreport, the subreport’s RepeatSection property will determine if the subreport group headers are repeated across pages or columns.