I want the reportviewer to display the report exactly over the entire screen. If I try to use "width=100%", the report viewer control expands beyond the screen area making us to scroll to view the "View Report" button. However, in the report manager, the same report gets displayed exactly occupying the screen size no matter what resolution the screen size is.
How is it done?
Thanks.
Hi cvajre
I have same problem. did you find a solution?
Thanks..
|||Hi,
I think by setting the width we can control the size of the reportviewer control not the report data itself.
By setting the width to 100%, we can arrange the width of the area which includes the parameters, the view report button, paging control, export and the print controls. Not the report area. I mean we can not configure the width of the Reserved.ReportViewerWebControl.axd.
One way of doing this can be using the Layout properties of the report. But you can use fix width then, not a percentage usage can be configured here.
One idea is using XSLT to transform the output data as html within a table of width 100%.
Eralper
No comments:
Post a Comment