I have 2 reports that need to be printed together.
I basically need a way to print the last page without the repeated header/footers from the first report, and send in parameters to be used in the form.
Currently I have a rectangle that does a page break placed before my footer. Inside the rectangle I have my second report (subreport). I have the header and footer unchecked for print on last page.
I can get it down to 3 pages (upper-left, upper-right, and lower-right minus the header/footer).
There is a property for the Header and Footers, called PrintOnLastPage
If you set that to False, it will not print the header and footer on the very last page of the report.