Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make Crystal Reports Page Width Larger During Design of .rpt

I'm looking for a method to resize the page width Crystal Reports gives me to place fields in my .rpt file.

So far I have discovered if I right click on the report, select 'design'/'printer setup', I can select the size of the paper I want the report to print out on. If I select 'Orientation/Landscape' I can increase the width of the page and I can place more fields on the report.

My goal: Place all of my fields on my report (around 25 of them) and export the data to Excel. Right now I do not have enough width to place all of the fields in the .rpt file.

Is there a way to increase the width of the page to an arbitrary number?

like image 667
ben Avatar asked Jan 09 '09 17:01

ben


2 Answers

  1. By changing your reports paper size. Make it to legal/letter etc will increase width of your reports so that you can easily display number of columns (more than 10) on your report.

    To do that Right click --> Design --> Printer Setup -->Paper --> Size .

  2. Another way can be by changing your reports orientation. By default it is Portrait. You can change it to Landscape by

    Right click --> Design --> Printer Setup --> Orientation -->Landscape (Radio button.)

  3. File --> Printer Setup --> properties orientation select Portrait

like image 144
Sampath Nilaka Avatar answered Nov 10 '22 01:11

Sampath Nilaka


Found it: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=754

Basically add a dummy printer to your system that can take a larger paper size and select that as your printer for the report.

like image 33
ben Avatar answered Nov 10 '22 00:11

ben