All child bands one the same page ?
I'm using FR 2.47. My report has a detail data with several child bands
Child band's visibility is calculates at runtime.
How to ensure that all child bands (+detail data) are printed
on the same page?
Thanks in advance.
Child band's visibility is calculates at runtime.
How to ensure that all child bands (+detail data) are printed
on the same page?
Thanks in advance.
Comments
if Height + Child1.Height + Child2.Height < FreeSpace then NewPage
this won't work if your bands are stretched.