SSRS 2005 doubt
-
Thursday, January 17, 2013 6:16 AM
Hi All,
Is it like , i"am are having multiple matrices in an SSRS report (SSRS 2005) i"am getting extra blank pages at the end along with the resultset . I have adjusted the Page size such that the (Body width of the report is < = Page width +Left margin + right margin). Is it a drawback of SSRS 2005?
Even if the SSRS report contains blank pages, if we try to show it via ASP.NET Report Viewer control, is there any way that we could supress those blank pages using the ReportViewer control .Please help
- Edited by Avinash Mohan M.R Thursday, January 17, 2013 6:23 AM doubt
- Edited by Avinash Mohan M.R Thursday, January 17, 2013 6:25 AM correction
- Edited by Avinash Mohan M.R Thursday, January 17, 2013 8:58 AM help
All Replies
-
Friday, January 18, 2013 7:09 AMModerator
Hi Acinash,
The extra blank page when you export report to PDF or preview in print layout caused by the structure of the report. It’s nothing to do with which control you are using to view report. So in your scenario, use report viewer control to show the report cannot avoid this issue, we can try to set the “ConsumeContainerWhitespace” property to “True”, or reduce the left/right margins.
Here are some related threads about this topic, please see:
http://social.technet.microsoft.com/Forums/en/sqlreportingservices/thread/702e2d22-3c5d-4842-bf74-ba6f9c0e7346
http://social.technet.microsoft.com/Forums/en-US/sqlreportingservices/thread/346233aa-5072-4459-888b-bef6b0961e4fIf the issue persists, please elaborate the structure of the report, if possible provide us some screenshots with sample data, so that we can make further analysis.
Regards,
Charlie LiaoCharlie Liao
TechNet Community Support- Proposed As Answer by Avanish Tomar Friday, January 18, 2013 7:48 AM
- Marked As Answer by Charlie LiaoMicrosoft Contingent Staff, Moderator Thursday, January 24, 2013 9:08 AM


