How to generate sequential Databands

Stimulsoft Reports.NET discussion
Post Reply
renanbarbosa
Posts: 2
Joined: Wed Apr 27, 2016 6:08 pm

How to generate sequential Databands

Post by renanbarbosa »

Own three databands in my report and because of design time in space, can not enter the third DataBand on page 1, then I have to enter it on page 2. But the volume of data loaded by my second DataBand varies in size and leaves a blank space on the second page by sending the third databando to a new page. My question is how can I generate a report DataBand my third stay on the second page right after the second DataBand.
Attachments
sample.png
sample.png (17.97 KiB) Viewed 1675 times
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Re: How to generate sequential Databands

Post by Jan »

Hello,

You can place all your bands at first page at design-time. The report designer will add additional space at the bottom of the page when you fill all free space of the page.
Please check attached image. You will see two red lines at the bottom of the page. Also, if you have the old version of the report designer, you can use the LargeHeight property of the page
to increase the size of the page. Please check first attached page.

You can stay with your current report layout. In this case, at the first and second page set property PrintOnPreviousPage property of the page to true. After then report engine will
place all bands from the second and third page on first template page at the report rendering process.

Thank you.
Attachments
LargeHeight.png
LargeHeight.png (202.81 KiB) Viewed 1672 times
renanbarbosa
Posts: 2
Joined: Wed Apr 27, 2016 6:08 pm

Re: How to generate sequential Databands

Post by renanbarbosa »

Jan wrote:Hello,

You can place all your bands at first page at design-time. The report designer will add additional space at the bottom of the page when you fill all free space of the page.
Please check attached image. You will see two red lines at the bottom of the page. Also, if you have the old version of the report designer, you can use the LargeHeight property of the page
to increase the size of the page. Please check first attached page.

You can stay with your current report layout. In this case, at the first and second page set property PrintOnPreviousPage property of the page to true. After then report engine will
place all bands from the second and third page on first template page at the report rendering process.

Thank you.

This implementation worked perfectly, I set the "Print on Previous Page = True" property. Thank you and congratulations for the explanation.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Re: How to generate sequential Databands

Post by Andrew »

Hello,

We are always glad to help you! Have a nice day!
Post Reply