views:

368

answers:

1

If I view the SSRS report and Preview the results, then chose to export the preview to PDF the export looks perfect(The fonts display correctly and are formatted nicely).

When I deploy the report to IIS and go through the web report using IE and chose to export the results to PDF from inside IE the PDF is not formatted nicely. One perticular type of barcode font gets all scrunched up.

Why would the export to PDF feature differ when I'm in visual studio versus in IE viewing the IIS deployed report?

+1  A: 

From my experience, VS tries to replicate the SSRS environment but doesn't do it faithfully. I would therefore only use preview in the initial stages of development but polish and test the report on an actual server

Zaid Zawaideh