When you try to assign the web reportviewer control to a height of 100%, it displays as a very short (height wise) format. For me, adding the style attributes to the form did the trick.
The solution to this problem was found on this page: http://msdn2.microsoft.com/en-us/library/ms252090.aspx.
If you configure the ReportViewer Web server control to run in asynchronous mode in an application that is written in XHTML, you must follow specific steps to display the ReportViewer control properly. If the ReportViewer control uses relative height (for example, if the height is specified as a percentage of available space), the control collapses to a height of 0 pixels as a result of how frames and DIV tags render in containing tables in XHTML. You can avoid this problem by using one of the following workarounds:
Explicitly set the height on the on the ReportViewer control to an actual value rather than a percentage.
Add the following style setting to the head tag: <style>html,body,form {height:100%}</style>. By forcing the html, body and form tags to maximum height, the frame used in the ReportViewer control will also grow to maximum height, making it visible on the page.
Remove the xhtml doctype from the page.
Remember Me
Powered by: newtelligence dasBlog 1.9.6264.0
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
E-mail
Theme design by Jelle Druyts