how to make a report per page

Stimulsoft Reports.PHP discussion
Post Reply
akaope
Posts: 4
Joined: Fri Aug 30, 2019 7:21 am

how to make a report per page

Post by akaope »

I have made a layout for printing reports like in the picture.

the question is if I have 5 item data, how do I make each report page display one item? so there will be 5 pages with one item each per page. so, the data on each page is not related to other pages
Attachments
Screenshot_43.jpg
Screenshot_43.jpg (88.3 KiB) Viewed 2064 times
Lech Kulikowski
Posts: 6254
Joined: Tue Mar 20, 2018 5:34 am

Re: how to make a report per page

Post by Lech Kulikowski »

Hello,

You can use the NewPageBefore/After for the necessary band - Header, DataBand or Footer to show each record on new page.

Thank you.
Post Reply