Page 1 of 1
How to generate sequential Databands
Posted: Wed Apr 27, 2016 6:56 pm
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.
Re: How to generate sequential Databands
Posted: Wed Apr 27, 2016 10:17 pm
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.
Re: How to generate sequential Databands
Posted: Thu Apr 28, 2016 2:17 am
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.
Re: How to generate sequential Databands
Posted: Thu Apr 28, 2016 5:58 am
by Andrew
Hello,
We are always glad to help you! Have a nice day!