crystal report viewer in landscape

  • Thread starter Thread starter Ralf
  • Start date Start date
R

Ralf

I posted under a different subject earlier, no responses. I have
changed the question somewhat.

Is there a way to have the report come up in landscape, not just print
in landscape? I know how to get it to print in landscape no problem.

I want the report to display to the user in landscape. I can click on
the rpt file and go in there and set the printer options to landscape,
but all this does is print it out in landscape.

I only have enough width to display data like it was in portrait mode.
I want to be able to display in landscape mode also.

Is this possible??
 
In the Printer Settings in the report design (not the device settings for
the actual printer) you can set that.

HTH

Wayne
 
Hi Ralf,

You can set

reportObj.PrintOptions.PaperOrientation = PaperOrientation.Landscape;

HTH

Elton Wang
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top