In my asp.net application, I am trying to open a particular report. I have the ReportViewer Control set with width of 100% and height of 100%. Now I expect that to mean that t
This is an issue with XHTML 1.1 standard. Change your page doctype to transitional to get 100% height working:
Or if you still struggle, remove it completely.