How to generate sequential Databands
-
- Posts: 2
- Joined: Wed Apr 27, 2016 6:08 pm
How to generate sequential Databands
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 (17.97 KiB) Viewed 1674 times
Re: How to generate sequential Databands
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.
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 (202.81 KiB) Viewed 1671 times
-
- Posts: 2
- Joined: Wed Apr 27, 2016 6:08 pm
Re: How to generate sequential Databands
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
Hello,
We are always glad to help you! Have a nice day!
We are always glad to help you! Have a nice day!