Page break

Stimulsoft Reports.NET discussion
Post Reply
frederic
Posts: 1
Joined: Wed Oct 29, 2008 7:51 am
Location: mumbai,india

Page break

Post 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:
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Page break

Post 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.
Post Reply