Remove empty table cell at end of report

At the very end of my report table is an empty cell with a width of 100%. It is causing about three inches of white space to appear to the right of the report, which causes an unwanted horizonal scrollbar to appear. Does anyone know how to get rid of this empty table cell?

<TD WIDTH="100%" HEIGHT="0"></TD></TR><TR><TD WIDTH="0" HEIGHT="100%"></TD></TR>

I have SizeToReportContent="true" AsyncRendering="false"

I want the report to appear like a normal inline table would, as opposed to an iframe with independent scrollbars.

SQL Server 2005, ASP.NET 2.0, ReportViewer control.

Thank you.

[729 byte] By [usp] at [2007-12-24]
# 1
I was looking into the problem with the strange 2nd scrollbar when the ReportViewer control is added to the page in a table TD tag or DIV tag. The only way to get rid of your 2nd scroll bar appears to be to integrate the report viewer as an IFRAME. If you look at the HTML code that the SSRS Reports Manager chucks out, you'll get half the answer. The rest is probably just a lot of javascript and naging tags.
Cheers,
Niels
NBatAeM at 2007-8-31 > top of Msdn Tech,Visual Studio,Visual Studio Report Controls...
# 2
Hi!

Could you explain how did you use the Iframe? I tried but I still have two scrollbars...

Thank you!

AnaC at 2007-8-31 > top of Msdn Tech,Visual Studio,Visual Studio Report Controls...

Visual Studio

Site Classified