or
I am having an issue when I have multiple page reports. The first 2 pages show at the correct height but when I hit the third page the height is about 150px with a scrollbar. I only see the issue in IE10. Also if I go into compatibility mode I see no pages.
https://www.fashioncabinet.com/dealer/printinvoice.aspx?inv=AC1649&Row=26246
There is a link to the report
protected void Page_Load(object sender, EventArgs e) { ReportViewer1.Report = new MyClassRep1.IndustryRep(); }
<add name="stad_conn" connectionString="Data Source=WIN-72PL3253COR\SQLEXPRESS;Initial Catalog=DataIntelli1;Integrated Security=True;"/><add name="stad_conn" connectionString="Data Source=foooo.db.1and1.com;Initial Catalog=fooo;uid=fooo;pwd=myPassword" providerName="System.Data.SqlClient" />