I have a requirement for a user to have a either a static pdf or static image to be uploaded to the database. That needs to be appended to the end of an SSRS report. The report has a header and footer, which cannot be displayed on the last page and no body can be displayed either. The report must basically generate its report completely, then append a full page with just the static piece.
I have tried to expand the footer out to an additional full page height minus the margins, so 8.5 - .25(top margin) - .25(bottom margin). This produces really funky results. There is a first page with a header and a second page with the header/body/footer, but the pages are something like 14-15 inches tall instead of page breaking it actually reformats the page.
Is there a way to append an image(or PDF) that takes up a whole page to the end of an ssrs report without the header/footers?