Separate group bands with a page break
Separate group bands with a page break
To separate group bands with a page break, use the
pageBreakBefore
attribute in the paginated report's panel definition:
<panel
id="workOrder_panel_wo"
type="paginatedReport"
format="column"
columns= "2"
role="parent"
pageBreakBefore="true"
... />
When
pageBreakBefore
is set to
true
, after the first page the report will start a new page when this group band advances to a new record. For instance, if you have a Rooms by Room Standards report, and the Room Standards group band has
pageBreakBefore
set to
true
, each new Room Standard listing will begin at the top of a new page.