ReportViewer Control - Height issue

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

    Give it a static height that is enough for the entire height of the report. As far as I know 100% will not work because the ReportViewer control is essentially wrapped by one big div tag.

提交回复
热议问题