Chris G.
2006-08-31 17:14:02 UTC
SSRS 2005
I have an ASP.NET app using the Report Viewer control.
I would like the Report Viewer control to resize as the browser (web page)
is resized.
Setting <rsweb:ReportViewer ... Width="100%" ... </rsweb:ReportViewer>
controls the width as expected. As the page is made wider, the control
resizes.
However, when I use <rsweb:ReportViewer ... Height="100%" ...
</rsweb:ReportViewer> to do the same for the height of the control, the
report content does not appear. The toolbars appear, but the report content
does not.
I have to do something like <rsweb:ReportViewer ... Height="300px" ...
</rsweb:ReportViewer> to get my report content to appear.
Is this a known problem?
Is there something I am overlooking, like is there another property I need
to set to get this to work? I cannot find any other property that looks like
it is related to this problem.
I have an ASP.NET app using the Report Viewer control.
I would like the Report Viewer control to resize as the browser (web page)
is resized.
Setting <rsweb:ReportViewer ... Width="100%" ... </rsweb:ReportViewer>
controls the width as expected. As the page is made wider, the control
resizes.
However, when I use <rsweb:ReportViewer ... Height="100%" ...
</rsweb:ReportViewer> to do the same for the height of the control, the
report content does not appear. The toolbars appear, but the report content
does not.
I have to do something like <rsweb:ReportViewer ... Height="300px" ...
</rsweb:ReportViewer> to get my report content to appear.
Is this a known problem?
Is there something I am overlooking, like is there another property I need
to set to get this to work? I cannot find any other property that looks like
it is related to this problem.
--
Chris, SSSI
Chris, SSSI