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.

