Print the even-numbered cout of pages

Stimulsoft Reports.WPF discussion
Post Reply
LukasT
Posts: 306
Joined: Mon May 03, 2010 2:50 am
Location: Czech Republic

Print the even-numbered cout of pages

Post by LukasT »

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.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Print the even-numbered cout of pages

Post by Alex K. »

Hello,

Please try to place the Footer band after databand and set the NewPageAfterPrint property to true.

Thank you.
LukasT
Posts: 306
Joined: Mon May 03, 2010 2:50 am
Location: Czech Republic

Re: Print the even-numbered cout of pages

Post by LukasT »

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.
LukasT
Posts: 306
Joined: Mon May 03, 2010 2:50 am
Location: Czech Republic

Re: Print the even-numbered cout of pages

Post by LukasT »

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...
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Print the even-numbered cout of pages

Post by HighAley »

Hello.

Please, try to add a page to the report template and set its Condition with next expression:

Code: Select all

PageNumber%2==0
Report.mrt
(4.11 KiB) Downloaded 252 times
Thank you.
Post Reply