How to change the report height and width based on browser height and width?
I am using SSRS Sql server 2008 r2. i am working on Report Viewer. report viewer display the RDL report from the server. I have change the size of Report Viewer giving height and width 100%. my report viewer size is now changing based on browser height and width. I give the height of table in SSRS as 100%. SSRS giving it is invalid property. Now i want to change the height and width of table in report based on user browser size.
You can not change the reports or tables Height
and Width
according to size of the browser window in SSRS
. If you are so concerned with the size of the report table you can do it with the use of the JavaScript
after the report is rendered at the client browser.As for adjusting complete report you can adjust its size by using the ReportViewer
properties.