Page 1 of 1

Prevent component break between two pages with master-detail data band

Posted: Fri May 31, 2024 11:05 pm
by lucasbueno
Hi everybody

I'm having a problem creating a report using the designer, i have a JSON with a nested array that i'm trying to print using a master-detail list, it's working but it is breaking the details in the middle between two pages, and i want to move the detail to the next page if there isn't space.

I tried using Can Break and Keep Details properties on a variety of combinations of the components, and using a sub-report but no luck.

Can you help me with this?

Thank you

Re: Prevent component break between two pages with master-detail data band

Posted: Mon Jun 03, 2024 10:31 pm
by Lech Kulikowski
Hello,

Try to place the SubReport on the ChildBand.

Thank you.

Re: Prevent component break between two pages with master-detail data band

Posted: Tue Jun 04, 2024 7:15 pm
by lucasbueno
Hello

It worked perfectly

Thank you very much

Re: Prevent component break between two pages with master-detail data band

Posted: Tue Jun 04, 2024 8:29 pm
by Lech Kulikowski
Hello,

You are welcome.