Posted on: 3/21/2014 5:30:07 AM | Views : 256

first time open the web, it may has height 300, when it has data
it do not adjust the height to for example 800, however, i have already set 100%
how to do?
<div class="page"> <asp:Label ID="DomainLabel2" runat="server" Visible="false"></asp:Label> <div class="main"> <iframe src="http://<%=DomainLabel2.Text%>/ReportServer/Pages/ReportViewer.aspx?%2fops%2fCoverReport&rs:Command=Render" scrolling="yes" frameborder="0" style="width:100%;height:800px"> </div> <div class="clear"> </div> </div> <div class="footer">

Go to the complete details ...