Ken said:
I have a report that has several footers with subreports. How do I stop the
subreports/footers from extending across the page break.
I want to keep all the data for a record on one page.
Which record? The main report record or some/all
subreports?
In general, you can use a section's KeepTogether property to
keep the section on a page (assuming it fits on one page).
If you have more than one thing (subreport?) in a section
that you want to keep together, but not necessarily all on
the same page, then you need to put those things in separate
sections. If you are sufficiently below the limit of ten
groups, then you can add more groups based on the same
field/expression as an existing group and then spread the
things acorss the extra group's header and footer sections.