Always an even number of pages in report
Posted: Sun Jul 17, 2022 4:46 pm
Hello, i am trying to find solution for what seems to be easy task but i can't make it work. So i hope you can help me.
Report looks like this:
GroupHeaderBand1
DataBand1
GroupFooterBand1
----------------------
where GroupHeaderBand1 has NewPageBefore=true.
Report has hundreds of pages depending on data, and it looks for example like this:
Page 1,2,3,4
Page 1,2
Page 1,2,3 ***
Page 1,2,3 ***
Page 1,2,3,4
Page 1,2,3,4
Page 1,2
.....etc.
What i need to do is put empty page after every odd last page - places marked with *** - so that i have even number of pages always.
Thank you.
Report looks like this:
GroupHeaderBand1
DataBand1
GroupFooterBand1
----------------------
where GroupHeaderBand1 has NewPageBefore=true.
Report has hundreds of pages depending on data, and it looks for example like this:
Page 1,2,3,4
Page 1,2
Page 1,2,3 ***
Page 1,2,3 ***
Page 1,2,3,4
Page 1,2,3,4
Page 1,2
.....etc.
What i need to do is put empty page after every odd last page - places marked with *** - so that i have even number of pages always.
Thank you.