I cannot get landscpae print to working, the reportObj.ReportSettings.PageOrientation gets reset after the GeneratePreview call.
Any ideas?
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?
THANKS!
Hi warrenwnj,
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.
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)