This is a migrated thread and some comments may be shown as answers.

Report showing outside of Viewer

2 Answers 86 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Justin Lee
Top achievements
Rank 1
Justin Lee asked on 04 Aug 2011, 03:51 PM
I have a border on my ReportViewer.  When I have a report that fills up an entire page (or multiple pages), a portion of the report will display below the ReportViewer's border.  The amount (height) displayed below the border is equivalent to the height of the report toolbar + the params section.  (i.e. If I hide the params, the overlap height is equivalent to the height of the toolbar.

Have you seen this before? Do you know what would cause it?  I'm using IE9, DOCTYPE = xhtml 1.0 strict,

I have attached a screenshot of the overlap.
<div style="float:left;width:850px;">
  <div style="height:792px;">
    <telerik:ReportViewer ID="ReportViewer1" runat="server" style="border:1px solid #ccc;"
         width="99%" height="792px" ReportBookID="ReportBookControl1" Skin="Office2007">
         <resources reportparameterspreviewbuttontext="View Report" />
    </telerik:ReportViewer>
  </div>
</div>

Thanks,
Justin

2 Answers, 1 is accepted

Sort by
0
Accepted
Steve
Telerik team
answered on 08 Aug 2011, 03:07 PM
Hello Justin Lee,

This is Internet Explorer specific problem. Try removing/changing the doctype on the page where the viewer resides and see how that goes.

All the best,
Steve
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

0
Justin Lee
Top achievements
Rank 1
answered on 08 Aug 2011, 07:08 PM
The report viewer is in a sharepoint webpart - once I deployed it to sharepoint it displayed correctly - so the issue was only in my development environment.
Thanks,
Justin
Tags
General Discussions
Asked by
Justin Lee
Top achievements
Rank 1
Answers by
Steve
Telerik team
Justin Lee
Top achievements
Rank 1
Share this question
or