Component Breaking on several pages

Stimulsoft Reports.JS discussion
Post Reply
rjorge99
Posts: 36
Joined: Tue Feb 28, 2023 6:24 pm

Component Breaking on several pages

Post by rjorge99 »

Hi,

Im having problems with a panel component, inside I have some other textboxes and panels, even I have No break on all of them, the component breaks on several pages.

I attach the project and the image showing the problem I have.


Thanks
Attachments
factura_report.zip
(5.35 MiB) Downloaded 209 times
Max Shamanov
Posts: 975
Joined: Tue Sep 07, 2021 10:11 am

Re: Component Breaking on several pages

Post by Max Shamanov »

Hello.

We need more time to prepare an answer for you.
We will let you know when we get any results.

Thank you.
rjorge99
Posts: 36
Joined: Tue Feb 28, 2023 6:24 pm

Re: Component Breaking on several pages

Post by rjorge99 »

Thanks
Lech Kulikowski
Posts: 7292
Joined: Tue Mar 20, 2018 5:34 am

Re: Component Breaking on several pages

Post by Lech Kulikowski »

Hello,

We will let you know about the result.
Max Shamanov
Posts: 975
Joined: Tue Sep 07, 2021 10:11 am

Re: Component Breaking on several pages

Post by Max Shamanov »

Hello,

We require more time to investigate the issue thoroughly.

Thank you.
#15856
Max Shamanov
Posts: 975
Joined: Tue Sep 07, 2021 10:11 am

Re: Component Breaking on several pages

Post by Max Shamanov »

Hello,

ReportSummary has CanBreak=false. But the height of this band is large, it will not fit on this or the next page.
Therefore, the engine immediately sets CanBreak=true for the band and all its nested components.
This causes the panel to break into parts.
If you set CanBreak=true for the ReportSummary and CanBreak=false for its nested panels,
the ReportSummary will break into pieces, but the nested panels will remain intact and will be migrated as a whole.

Thank you.
rjorge99
Posts: 36
Joined: Tue Feb 28, 2023 6:24 pm

Re: Component Breaking on several pages

Post by rjorge99 »

Thanks for the answer.
Lech Kulikowski
Posts: 7292
Joined: Tue Mar 20, 2018 5:34 am

Re: Component Breaking on several pages

Post by Lech Kulikowski »

Hello,

You are welcome.
Post Reply