Page 1 of 1
Component Breaking on several pages
Posted: Sat Oct 19, 2024 1:11 am
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
Re: Component Breaking on several pages
Posted: Mon Oct 21, 2024 6:25 am
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.
Re: Component Breaking on several pages
Posted: Fri Oct 25, 2024 12:00 am
by rjorge99
Thanks
Re: Component Breaking on several pages
Posted: Fri Oct 25, 2024 9:32 pm
by Lech Kulikowski
Hello,
We will let you know about the result.
Re: Component Breaking on several pages
Posted: Tue Oct 29, 2024 2:13 pm
by Max Shamanov
Hello,
We require more time to investigate the issue thoroughly.
Thank you.
#15856
Re: Component Breaking on several pages
Posted: Fri Nov 15, 2024 11:54 am
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.
Re: Component Breaking on several pages
Posted: Tue Nov 19, 2024 2:21 pm
by rjorge99
Thanks for the answer.
Re: Component Breaking on several pages
Posted: Tue Nov 19, 2024 5:00 pm
by Lech Kulikowski
Hello,
You are welcome.