User625999351 posted
I'm developing SSRS reports in SQL 2012. Most of the reports I write are exported to PDF.
The report is defined with a header and footer that are set up not to print on the first page.
The first page itself is just an Image.
The problem is that when the report is exported, the header and footer text is not displayed but there's still whitespace visible. (The Report itself has it's Consume White Space option set to True.) In fact in order to prevent spill-over to
the next page, I had to reduce the image size to page size minus the heights of the header and footer.
Any way to fix this?