Reputation: 261
I am using Reporting services,
I want to print out my report in landscape-format, and not in portrait-format, is there a property or any mode I have to change that I can create a landscape-formatted report?
Upvotes: 8
Views: 22519
Reputation: 8138
Note: Sometimes you can have this set correctly and the printer simply ignores the settings and does whatever it's internal properties are set to. One work around to that is to print to PDF and then print the PDF document. Another is to manually change the printer properties before printing the document.
Upvotes: 0
Reputation: 2119
I am using Visual Studio 2010 with Business Intelligence Studio 2012 The report settings from VS2010 is working well for setting paper size, orientation and margins. (As suggested by Malachi, but just giving VS screenshots) This can be accessible from VS menu as pictured below:
Upvotes: 4
Reputation: 3221
You need to click outside of the body of the report (where the red box is)
This will bring up the Report Properties (my properties tab shows up on the right)
Here, you need to swap the height and width of the `PageSize' Field
Then when SSRS tries to decide if this should be a portrait or a landscape it will know, without a doubt, that this is a landscape Report.
Upvotes: 13
Reputation: 3727
You can select the report property (right click on the background) and specify the paper size and the orientation there.
that is what it uses for printing
Upvotes: 3
Reputation: 11966
I believe that you can't do that explicitly. I searched on the same question in context with SQL-2008. Result was that RS decides by itself, based on content. But I can prove it by giving you some link.
EDIT
I searched especially in context of tablix report.
Upvotes: 0