Hello,
our customer needs to print some report the even-numbered count of pages. So, if the DataBand fits on only one page, I have to see two pages (with footer bands). If the DataBand is on 3 pages, I must see 4 pages. How to do it?
Thank you.
Print the even-numbered cout of pages
Re: Print the even-numbered cout of pages
Hello,
Please try to place the Footer band after databand and set the NewPageAfterPrint property to true.
Thank you.
Please try to place the Footer band after databand and set the NewPageAfterPrint property to true.
Thank you.
Re: Print the even-numbered cout of pages
Please, the property must be where? And I need to have the even-numbered count of pages even in case of DataBand with height of two pages... so I will see two pages.
Re: Print the even-numbered cout of pages
I just see..... on the FooterBand... but it prints new page before even if the NewPageAfter is true. I am expecting, that new page will be after DataBand...
Re: Print the even-numbered cout of pages
Hello.
Please, try to add a page to the report template and set its Condition with next expression:
Thank you.
Please, try to add a page to the report template and set its Condition with next expression:
Code: Select all
PageNumber%2==0