Do you know if this behavior has been improved in SSRS 2008?
I was asked to create a report that mirrors a PowerPoint slide used for reporting on project status/info. The report is a custom layout made up of Panels & Textbox controls.
The issue I am having is that when I preview the report in Visual Studio, it looks just the way I designed it. But when I run the report from IE, the textboxes don't line up, have gaps between them etc... Basically, it looks like crap. Export the report to PDF from the crappy looking IE rendering and it is perfect. WTF?
Anyone know why this would happen? I triple checked for overlapping textboxes as I have read that this behavior will occur if you have those. Don't have any. The textboxes ARE butted up next to each other so that the borders overlap, but the content doesn't overlap.
I have attached a couple files to illustrate what I am seeing. I have spent hours of research trying to figure this out, but so far, no luck.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I think I figured this out. If the are that the report takes up + the page margins exceed the page size, things get screwed up really fast. Once I made sure that everything fit within the margins, the form rendered nearly perfectly in the browser.
JCinDE, I did try your idea of Print Preview and it printed A-OK.
Business Accounts
Answer for Membership
by: JCinDEPosted on 2009-01-22 at 09:52:10ID: 23441743
It's a shortcoming of SSRS. The HTML rendering is rudimentary at best. Try this, though. When you're viewing the report in HTML, click the print button (the SSRS print button, not the IE print button) and then click "Preview..." to see what the report will look like when printed from the HTML rendering. On most of mine, it prints just fine. It just doesn't display right in IE.
You can also have users export the report as PDF, which also usually renders properly.