Search code examples
reporting-servicesreportingssrs-2008subreport

How can I get another report to be the last page in reporting services?


I have 2 reports that need to be printed together.

  • The first report has a header and footer that will repeat (if necessary) on data overflow.
  • The last page, which is a form to be sent back.

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).


Solution

  • 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.