Page 1 of 1

Page break not working on report after Group Footer and Before Group Header.

Posted: Mon Jul 21, 2025 5:52 am
by muhammadhunainnasir
Hi,

I have tried to apply page break but it's not working before Group Header and after Group Footer. I still see single continuous page with all dockets.

Re: Page break not working on report after Group Footer and Before Group Header.

Posted: Mon Jul 21, 2025 2:57 pm
by Lech Kulikowski
Hello,

In the EndRender event, is used code that sets the PageHeight property.

Thank you.

Re: Page break not working on report after Group Footer and Before Group Header.

Posted: Mon Jul 21, 2025 9:45 pm
by muhammadhunainnasir
I already had this code and it resizes the page which is good.

But what I want is further to have each report separately in separate pages.

Re: Page break not working on report after Group Footer and Before Group Header.

Posted: Tue Jul 22, 2025 9:19 am
by Lech Kulikowski
Hello,

You need to set the UnlimitedHeight=false

Thank you.