vote up 1 vote down star
1

I created a report in reporting services 2005 with a report page size of 14in x 8.5in. The report looks fine in the reports manager and also in the report viewer. The issue is when I export the report to PDF, the page size in Adobe states 14 x 8.5 in but when you hit the print button, it selects Letter size (8.5 x 11) instead of choosing Legal size (8.5 x 14). If you then click on 'Choose Paper Source by PDF page size' or change the paper source to legal, the report prints out exactly the way I wanted it.

Does anyone have a solution to this? Thanks in advance

flag

2 Answers

vote up 1 vote down

I remeber we had a similar problem a few months ago with Reporting Services 2008 (not 2005).

I think the solution was to "force" the values of Width and Heigth for the desired amount, regardless of the selected item in "Paper size" dropdown box (in Report Properties -> Page Setup)

In our case, we wanted to print in A4, so we set width = 21.59cm and height = 27,94cm, even if selected paper size remains as "Letter".

link|flag
That's right, the report canvas size doesn't determine the page size, it's the page setup settings under report properties. – Peter Jun 12 at 16:43
The page size under Reports -> Report properties -> Layout is set to Page Width: 14in, Page Height: 8.5in I would have assumed that this should have done it but when I exported it out to pdf and did a print, it comes out 11 x 8.5 (scaled). – clyc Jun 12 at 17:09
vote up 0 vote down

I've had this problem too, and I've never found a satisfactory solution. SSRS doesn't offer much control over print settings in export formats (like fit-to-one-page-across in Excel).

One work-around would be to roll your own interface, intercept the PDF file, and update the print settings before serving it up to the user. Could be a lot of work, and how would you know the intended page size? You could always parse the RDL file for the page size settings, and that would be a correct solution, but damn if that's not a lot of extra work.

EDIT: check the page size under page setup, as pv2008 suggested.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.