0
votes

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: enter image description here

Design view screenshot enter image description here

Properties close up:

enter image description here

2
I've run into this problem several times and it's almost always because something is slightly off the page. Try printing in landscape or condensing everything more.The Vanilla Thrilla
I've looked and nothing is off the page (all the boxes are within the bounds of the report body). All my widths are less than 11 inches. I am printing in landscape mode.Michael Robinson
Would you be able to provide a screenshot of the report?The Vanilla Thrilla
The report margins are 0.5 inches all around.Michael Robinson
A screenshot of the report in design mode with the ruler visible would be helpful.Bryan

2 Answers

0
votes

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.

0
votes

It turns out the body was 10.1 inches. This was corrected and everything works fine.