ReportViewer Control - Height issue

后端 未结 13 1039
南笙
南笙 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:33

    this is the way i fixed it, setting the height dynamically using javascript, it works with both IE and Firefox. also works with reports larger than the maximum window size.

    
    
    
    

提交回复
热议问题