Relative Content

Tag Archive for reporting-servicesreportbuilderssrs-2016

SSRS – Blank Page at the end of PDF with Hidden Rectangles

I’m having an issue with hidden rectangles causing a blank page at the end of the report. My report can end up being either 1 or 2 pages total based on if the last couple of rectangles are hidden or not. I’ve tried everything that the Microsoft says to check. Confirmed that this is true –> Report body width <= Report page width – (Left margin + Right margin). What my report had is 7.5 <= 8.5 – (.5 + .5). My page units are inches and orientation is Portrait. There is no space between last rectangle and the footer. There are no page breaks happening in any of the rectangles that could be causing this. ConsumeContainerWhitespace is set to true.