Hi,
I have a problem with CrystalReportViewer in ASP.NET VS 2005.
I have a Landscape report, I display it using CrystalReportViewer and it is shown correct.
Then I click a standard print button on the toolbar and a default page orientation is Portrait.
Customers click print button straight and then a Landscape orientated report is printed wrong.
It looks like CrystalReportViewer doesn't read PageOrientation from ReportDocument.
This happens when Print Mode is ActiveX. PDF is not an option because customers are not happy with an additional step.
I tried changing the Report Document pageorientation..but it opens a popup showing a PDF view of the report and again i have to click print button the new window to get it printed .
myRpt.PrintOptions.PaperOrientation = PaperOrientation.Landscape
We do not want any additional step to print a report...it shud happen using default print button of crystal report viewer......
I just need to know how to change the default orientation so that reports are printed in the manner in which they are designed......
Any help will b highly appreciated
Thanks & Regards,
Rupesh Bhatia