Page 1 of 1

Table breaks on multiple pages even with CanBreak=false

Posted: Fri May 17, 2024 11:28 am
by mono
Hello,
I can't get my table component not to break on multiple pages, even with CanBreak=false and it can fit one page. Is there something else I have to do to achieve this?

There is reproduction case in attachments, second table obviously fits on one page, but it is not moved to the next page, it's broken instead.

Re: Table breaks on multiple pages even with CanBreak=false

Posted: Mon May 20, 2024 6:30 am
by Lech Kulikowski
Hello,

You can set the CanShirnk=true for group bands.

Thank you.

Re: Table breaks on multiple pages even with CanBreak=false

Posted: Mon May 20, 2024 10:47 am
by mono
That doesn't solve my problem, I still need header and footer, and if there is some data there, it will break on next page (although it fits next page). I attached reproduction case.
I don't need nothing to shrink, I need table not to break if it is to big for current page but can fit one page, but go to next page instead.
This is just reproduction case, my real case is a bit more complex, and it uses group headers, tables and footers with data.
Is this a bug with CanBreak property, or I'm missing something else?
Thank you.

Re: Table breaks on multiple pages even with CanBreak=false

Posted: Tue May 21, 2024 3:49 pm
by Lech Kulikowski
Hello,

Please set the KeepGroupTogether=true for the group header.

Thank you.