SSRS Blank Pages

Hello I made a BAQ report through epicor however its leaving a blank page break.

Check your white space either below or to the right of your data table in the RDL file. A screen shot of that would be helpful.

1 Like

it looks like this

Hi @pompe4040 , Please use the below mention formula in SSRS

Body Width <= Page Width – (Left Margin + Right Margin)

8.04375  <= 8.5 - (0.50)
 	 <= 8
2 Likes

Yes, you just have a little too much white space to the right of your table. Either drag the right page border a little to the left or adjust your margins… so they are a little smaller.

1 Like


still not working

Your page size + margins is still greater than 8.5.

1 Like

Yes, like everyone else, said, drag your right page border in to reduce the page width. If there are report elements in the way, you have to move them first. Look out for the horizontal line in the header, that always gets me! I try to keep the body of my reports to no more than 8", and I use margins of 0.25 on either side. Ideally the report body is even smaller than 8", just to be safe.