Answered long report whitespace IE9

  • Friday, April 13, 2012 10:34 PM
     
     
    I 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.

All Replies

  • Friday, April 13, 2012 10:35 PM
     
     
    Forgot to mention running SSRS 2008 R2
  • Monday, April 16, 2012 12:21 AM
     
     
  • Monday, April 16, 2012 6:19 AM
    Moderator
     
     Answered
    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

  • Wednesday, May 23, 2012 4:38 PM
     
     Answered

    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.

    • Marked As Answer by Clu82 Wednesday, May 23, 2012 4:38 PM
    •