Thomas
Thomas

Reputation: 34188

SSRS page break issue always a blank page added at end of report....how to fix it

My report is very simple. I am showing country wise data. I make a group on country code. I want that each country data will show all in single page and other country data will show in next page. so each page will show country wise data. I create only one group on country field. So, I set page break at my group. It is working but the problem is always a blank page added in my report. How to get rid of extra blank page at the end of report?

Upvotes: 1

Views: 8725

Answers (3)

JAM
JAM

Reputation: 1

page margin to 0 resolved this for me. I had blank page in between each page

Upvotes: 0

anakulk
anakulk

Reputation: 196

In report properties, set the "ConsumeContainerWhiteSpace" property to True,by default its False. I also had this blank page issue but it was solved by setting this property to True.

Upvotes: 9

Related Questions