Reputation: 34188
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
Reputation: 1
page margin to 0 resolved this for me. I had blank page in between each page
Upvotes: 0
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