Component Breaking on several pages
Component Breaking on several pages
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
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
-
- Posts: 975
- Joined: Tue Sep 07, 2021 10:11 am
Re: Component Breaking on several pages
Hello.
We need more time to prepare an answer for you.
We will let you know when we get any results.
Thank you.
We need more time to prepare an answer for you.
We will let you know when we get any results.
Thank you.
-
- Posts: 7292
- Joined: Tue Mar 20, 2018 5:34 am
Re: Component Breaking on several pages
Hello,
We will let you know about the result.
We will let you know about the result.
-
- Posts: 975
- Joined: Tue Sep 07, 2021 10:11 am
Re: Component Breaking on several pages
Hello,
We require more time to investigate the issue thoroughly.
Thank you.
#15856
We require more time to investigate the issue thoroughly.
Thank you.
#15856
-
- Posts: 975
- Joined: Tue Sep 07, 2021 10:11 am
Re: Component Breaking on several pages
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.
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
Thanks for the answer.
-
- Posts: 7292
- Joined: Tue Mar 20, 2018 5:34 am
Re: Component Breaking on several pages
Hello,
You are welcome.
You are welcome.