Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dynamically change Portrait / Landscape orientation of crystal report in c#

How can I change the orientation of the crystal report in c# to Landscape orientation? I am using the crystal report in the portrait orientation.

like image 368
haribansa tuladhar Avatar asked May 16 '11 15:05

haribansa tuladhar


2 Answers

You may check this

Right click--->Design--->Page SetUp--->Orientation--->LandScape format.

like image 179
jams Avatar answered Sep 20 '22 15:09

jams


Crystal Reports uses your current printer settings. Change those, and your report changes to match.

So, to change the orientation of your report to landscape view:

  1. File -> Printer Setup.

  2. In the "Orientation" section, choose "Landscape".

like image 32
Cody Gray Avatar answered Sep 18 '22 15:09

Cody Gray