I cannot get landscpae print to working, the reportObj.ReportSettings.PageOrientation gets reset after the GeneratePreview call.
Any ideas?
Hi warrenwnj,
I would like to assist you in solving your issue.I need the following things:
1. A simple sample application that demonstrates the issue.It doesn't have to be your real application - just attach the simplest sample that duplicates the issue.
2. Steps to reproduce the issue(through the provided sample application).When does the issue appear ?(describe what exactly you are doing)
3. What's the release version of your xamDataGrid component ?
4. What's the OS version you are running your application on ?
Best Regards,Yanko
I have attached a simple example using xamChart just hit the print button- a preview will popup (in portrait).
I am using vista, and infragistics release 8.2.20082.1002.
Thanks for the reply!
(it's faster than going through infragistics support, my request is still waiting for assignment)
Definitely, there is an issue related to the page orientation setting through using reportObj.ReportSettings.PageOrientation = PageOrientation.Landscape .I would like to inform you that I passed the issue along and a case has been created.In the meantime, you could use the suggested workaround solution in the attached ReportingLandscapeApplicationsample.
You can see two buttons in the application.
Using the print preview button results in generating a landscape print preview only.If you want to print the generated print preview you will have to manually set the document orientation to Landscape.
Using the print button results in printing the document in landscape orientation without displaying any system(or custom) print dialog.
In the PageHeader of class Report - Infragistics.Windows.Reporting, How can I customize the header or footer of a report to put a set of controls inside it?