views:

115

answers:

2

I have a report and it seems so insist on printing in portrait mode and splitting the report across two pages.

How can I make the web version specify landscape automatically, and also have it scale to fit on one page?

+1  A: 

I don't know if you can scale it to fit, but you can specify page orientation in the report properties when you are designing it (I think).

Apologies if that is incorrect, it's been a while since I did any SSRS.

This might help: http://www.blrussell.com/index.php/2007/08/13/ssrs-display-report-in-landscape/

Paddy
+1  A: 

Set the PageWidth and PageHeight (which infer PaperSize)

MSDN and older SSW

gbn