Page 1 of 1
How to break the page correctly?
Posted: Fri Jan 03, 2025 6:35 pm
by cgarrotti
I need that when breaking the page when it exceeds the number of columns, the data from the CrossGroupHeader is repeated for the other page that broke
Attached are the prints of how I need it to look
Re: How to break the page correctly?
Posted: Tue Jan 07, 2025 2:27 pm
by Lech Kulikowski
Hello,
Unfortunately, there are no standard options for the Cross-Data.
You can place the Header information before data and show it only once on each page.
Thank you.
Re: How to break the page correctly?
Posted: Thu Jan 09, 2025 4:34 pm
by cgarrotti
Lech Kulikowski wrote: ↑Tue Jan 07, 2025 2:27 pm
Hello,
Unfortunately, there are no standard options for the Cross-Data.
You can place the Header information before data and show it only once on each page.
Thank you.
How to "You can place the Header information before data and show it only once on each page" on this mrt ?
Re: How to break the page correctly?
Posted: Thu Jan 09, 2025 11:11 pm
by Lech Kulikowski
Hello,
In this case it is calculated that the page can hold 1 header and 4 data blocks. Therefore, through the Conditions, the header is displayed only for every 5th line.
Thank you.