long report whitespace IE9
-
13. dubna 2012 22:34I have a report that contains several tables and because it's a long report and I don't want any pages splits in the html rendering I have set the Interactive Height Size=0 but in IE9 there is alot of whitespace that pushes the report down and alot at the end of the report. There is no issues with the report width or overlapping body. The report has a footer but no header. Any help would be greatly appreciated.
Všechny reakce
-
13. dubna 2012 22:35Forgot to mention running SSRS 2008 R2
-
16. dubna 2012 0:21
Hi ,
please click on the below link
I hope this will help you.
Dasari
-
16. dubna 2012 6:19Moderátor
Hi Clu82,
In your case, if you want all of the report contents are in a single page after view it on the Report Manager, I think that we can try to enable the “Keep contents together on a single page, if possible” function.
In order to achieve this, please refer to the steps below:
1. Select the table item in the design surface.
2. Right-click the upper left corner and select “Tablix Properties…”.
3. Select the “Keep together on one page if possible”.
If you have any more questions, please feel free to let me know.
Regards,
Bin Long
TechNet Subscriber Support
If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback here.Bin Long
TechNet Community Support
- Označen jako odpověď Elvis LongMicrosoft Contingent Staff, Moderator 22. dubna 2012 5:37
-
23. května 2012 16:38
As a follow-up, the issue turned out to be related to the zoom property of the device info xml. The report zoom was set to 90% which caused the extra whitespace in IE 9.
Our SSRS reports are rendered using the webservice API, rs.RenderStream out to a DIV tag within an ASP.net page and not the Reporting Services Report Viewer.
The solution turned out to set the zoom=100% and not zoom=90% since that causes extra whitespace added to the top and bottom of the report. This was confirmed by MS.
- Označen jako odpověď Clu82 23. května 2012 16:38