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

Stimulsoft Reports.BLAZOR discussion
Post Reply
muhammadhunainnasir
Posts: 25
Joined: Wed Mar 12, 2025 9:44 pm

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

Post 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.
Attachments
Tax Invoice_2507210350315646.mrt
(33.69 KiB) Downloaded 78 times
Page Break Set for Header.png
Page Break Set for Header.png (118.87 KiB) Viewed 2020 times
Page Break Set for Footer.png
Page Break Set for Footer.png (176.81 KiB) Viewed 2020 times
Page Break Not Working.png
Page Break Not Working.png (67.69 KiB) Viewed 2020 times
Lech Kulikowski
Posts: 7354
Joined: Tue Mar 20, 2018 5:34 am

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

Post by Lech Kulikowski »

Hello,

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

Thank you.
Attachments
Screenshot 2025-07-21 165533.png
Screenshot 2025-07-21 165533.png (163.26 KiB) Viewed 1994 times
muhammadhunainnasir
Posts: 25
Joined: Wed Mar 12, 2025 9:44 pm

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

Post 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.
Attachments
Page Break.png
Page Break.png (66.82 KiB) Viewed 1978 times
Lech Kulikowski
Posts: 7354
Joined: Tue Mar 20, 2018 5:34 am

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

Post by Lech Kulikowski »

Hello,

You need to set the UnlimitedHeight=false

Thank you.
Attachments
Screenshot 2025-07-22 111942.png
Screenshot 2025-07-22 111942.png (133.89 KiB) Viewed 1959 times
Post Reply