Issue in Firefox: Report frame width and height is shrinked to the top left.
Solution:
1. Go to Program Files → Microsoft SQL Server → MSSQL3 (Differs for different versions of sql server. Purpose is to locate "Reporting Services" folder) → Reporting Services → Report Server → Pages
2. Open ReportViewer.aspx
3. Modify as <>
Issue in Safari: Report body is compressed to the left.
Solution:
This can be solved by placing a rectangle and including the tables / header elements present in the report in that rectangle.
The report layout should be modified in such a way that
1. all the header elements are included in a Rectangle.
2. all tables are included in a Rectangle.
There is no perfect solution for this. Hope microsoft fixes this in the latest versions.
2 comments:
The site SQL Reports has a great SQL tutorial. Highly recommended for people just getting started on SQL selects.
Anchor Text 1: SQL Reports
URL 1: http://www.sql-reports.net/
Anchor Text 2: Sql tutorial
URL 2: http://www.sql-reports.net/2011/03/sql-select-tutorials.html
The site SQL Reports has a great SQL tutorial. Highly recommended for people just getting started on SQL selects
http://www.sql-reports.net/2011/03/sql-select-tutorials.html
Post a Comment