Report overflowing page when EnablePartialRendering enabled
When I turn on EnablePartialRendering in the script manager, the reports are not sized properly in that they appear on top of items lower in the page instead of pushing the other page items lower to make room for the report. For example, the page footer
where the copyright statement is appears behind the report after the report renders.
Does anyone know if this is fixable with a setting or property change?
I want to turn on EnablePartialRendering because when this setting is disabled, the AJAX loading icon does not show up and the browser back button breaks.
SSRS 2008 R2 SP1 CU2 x64. Report Viewer V10. VS 2010. .NET 4. MSIE 8 and FireFox 7.
October 14th, 2011 12:00pm
It looks like this might be a mismatch between the interactive height in the report and the height property on the report viewer control. Setting the height of the report viewer control to 100% seems to fix the issue.
Free Windows Admin Tool Kit Click here and download it now
October 14th, 2011 12:21pm


