Reputation: 1142
I have a report that for some unknown reason wants to insert blank pages. I have set the consumecontainerwhitespace property to false (which eliminated some blank pages). I've made sure that the height of the body plus the margins plus the header/footer heights are less than 8 inches (the report is 6.4 inches tall taking all that into account). I've made sure that the width is less than 11.5 inches. Despite all this, SSRS insists on making every odd page blank. I am completely out of ideas to try.
Can anyone out there suggest any other tweaks I may have overlooked?
EDIT: Added requested screenshot:
Design view screenshot
Properties close up:
Upvotes: 0
Views: 1895
Reputation: 1142
It turns out the body was 10.1 inches. This was corrected and everything works fine.
Upvotes: 1
Reputation: 1609
Have you set the page orientation to Landscape mode?
In Visual Studio, click the REPORT menu, then Report Properties.
Otherwise, I'd look at paging settings, whether your formatting might possibly be pushing something just a tiny bit off screen, etc.
Upvotes: 0