Hi
We are having an issue with reporting services when it is viewed in IE.
We can design the report in visual studio and it looks fine, however when we upload the report to reporting services it displays the report incorrectly (shown below)
http://static.flickr.com/103/298669551_7395fc946d.jpgWhen it is print previewed it looks like this (which is the correct layout)
http://static.flickr.com/104/298669558_cfd56ffd0e.jpgAny advice would be most appreciated!
Thanks RossRoss,
You're running into the differences between the renderers. Designer preview and print preview use a GDI-based renderer, while Report Manager uses an HTML-based renderer. There are some pretty significant differences in the way borders and other elements are handled.
Best advice I can give you is to decide which renderer is most important for each report, and make sure you get what you want for that renderer.
It may be possible to get a consistent result from both types of renderers with the use of rectangles to "freeze" report items.
|||Mike
I posted this yesterday...
"We have a SQL Server 2005 database which holds all the companies scanned documents (in image fields). I have developed a report which allows the user to search for a contract and all relevant scanned documents are returned.
When I preview the report with Visual Studio Report Designer...SOME of the images are not displayed, I get the little red cross icon in the top left corner.
When viewed using Report Manager with a browser... the report displays ALL images... however, when I click on the print button and then the print preview button in Report Manager, some of the images do not appear (the same images that don't appear in the Report Designer preview).
Can anyone tell me why I can see all the images through Report Manager and my Browser (IE7), but only some of the images when in Report Designer preview or Print Preview? "
After reading your post above, I started thinking it could be a rendering issue. Have you got any more information?
sql
No comments:
Post a Comment