Page 1 of 1

Page break

Posted: Wed Oct 29, 2008 7:58 am
by frederic
Plese guide me to use page break in my report. I need to display a report in group wise and at the end of one group in want to write the report in next page with page header. Please hep me out.:dumb:

Page break

Posted: Wed Oct 29, 2008 10:16 am
by Edward
Hello, Frederic.

The easiest way is to place all those bands intended for new page inside of the new created page in the report (File-NewPage menu item).

Each band has a StartNewPage property. In EngineV2 in 2008.2 version this property has been renamed as NewPageBefore and NewPageAfter.

In versions earlier than 2008.2 you could use a DataBand with zero height, CountData property set in 1 and StartNewPage property must be set in true.

Thank you.