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.
Thanks,
Justin
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