ReportViewer Control - Height issue

后端 未结 13 1038
南笙
南笙 2021-01-31 09:10

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

13条回答
  •  情话喂你
    2021-01-31 09:49

    I know this is an old question, but I still struggled with this one recently. It appears the following works well in all modern browsers (only tested IE8/9, Firefox, and Chrome). The kickers for me were doctype and html element height.

    
    
    
        
    
    
      

提交回复
热议问题