Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Print Report in Landscape mode

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?

like image 297
a.schwab Avatar asked Dec 23 '10 09:12

a.schwab


People also ask

How do you make a report landscape?

To change the orientation of the whole document, select Layout > Orientation. Choose Portrait or Landscape.

Can reports be landscape?

Generally reports are printed in portrait format but we can opt for landscape if there are more columns in report. we can Print this type of reports in Landscape Format. In this article, we have explained you How to print any Report in Landscape Format. After this you will be able to print Report in Landscape Format.

How do I print landscape instead of portrait?

Start > Devices and Printers > Right click your printer > Printer Properties > Preferences > Page Setup and change the Orientation.


3 Answers

You need to click outside of the body of the report (where the red box is)

Where to Click

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

settings to change

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.

like image 198
Malachi Avatar answered Oct 21 '22 07:10

Malachi


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

like image 27
ykatchou Avatar answered Oct 21 '22 08:10

ykatchou


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:

enter image description here

enter image description here

like image 30
rchacko Avatar answered Oct 21 '22 08:10

rchacko