I have created several reports in SSRS 2005 that contain a custom layout (no grids). Just textboxes, panels, labels, etc...
The problem I see is that the reports render perfectly inside the IDE (via the Preview tab) as well as when exported to PDF. However, when viewed on the web with IE7 or Firefox, the rendering looks like crap with textboxes not aligned, space between textboxes, etc...
I have triple checked that I don't have any objects overlapping, went through ALL textboxes & labels and ensured that ALL of them have the CanShrink and CanGrow properties set to FALSE.
Any ideas on how to fix this? Basically, the web reports look like crap unless exported to PDF.