In this report we use the PageBreakAfter property. If it is set as true next group will displayed in the next page
Description
Create a report that is grouped by state.
Put group footer in this group by adding a frame to the After slot of the group.
Changing its PageBreakAfter property as true you can force the next group to print in the next page. This means that next frame printed will be on a new page. Also we have PageBreakBefore that sets the frame to be printed on the next page.
The sequential section contains
the PageBreakAfter property that can be set to true, which forces a page
break after this section.
To create a report with the title page on its
own page, do the following:
If you have an existing report section in your report, move this to the Scratchpad to create an area for the sequential section.
Drag-and-drop a sequential section into the top-level component of
your report
Drag-and-drop a frame into the content slot.
In the Properties of the frame you just placed, set PageBreakAfter
to True.
From the Controls palette, drag-and-drop a text control into the
frame, or from the Drawing/Graphics palette, drag-and-drop a label or
other graphic into the frame, to create the title you wish.
From the Scratchpad, drag-and-drop the report section that you
earlier placed there. Place it on the Sequential Section.
The report section positions itself correctly
below the Sequential Section and below the frame holding
the title information.