Page 1 of 1

print band band headers on a new page only

Posted: Thu Oct 25, 2012 4:18 pm
by Jozef Balga
Hello!

Is it possible to print data band header only for new pages and disable display on the page where the data band starts?
I have a template where multiple bands follow each other and I would like to print the header only
1. before the 1st data band and
2. on every new page
I defined the headers for every data band but when the band ends at the middle of a page, the header for the next data band is printed, which I would like to prevent. I attached a sample report with my problem. Thank you for your help.

Jozef

Re: print band band headers on a new page only

Posted: Fri Oct 26, 2012 10:22 am
by HighAley
Hello.

Please, try to set the Print On property of the header to Except First Page.

Thank you.

Re: print band band headers on a new page only

Posted: Mon Nov 05, 2012 11:43 am
by Jozef Balga
Thank you for your suggestion, but it does not help. The PrintOn property is related to the pages of the report. If the 1st data band ends in the middle of the 2nd page, the 'Except First Page' property is not useful, because the header of the 2nd band already starts on the second page, so it is printed too. Is there any other way to prevent the 2nd header from being printed in the middle of the second page? Thank you.

Re: print band band headers on a new page only

Posted: Tue Nov 06, 2012 9:26 am
by Alex K.
Hello,

In this case, you can use the additional code in the events.
Please check the modified report in attachment.

Thank you.

Re: print band band headers on a new page only

Posted: Tue Nov 20, 2012 12:08 pm
by Jozef Balga
Thank you for your help, it took a while to understand how this solution works, but now it is clear :).

Jozef

Re: print band band headers on a new page only

Posted: Tue Nov 20, 2012 1:14 pm
by Alex K.
Hello,

Let us know if you need any additional help.

Thank you.