I am using Infragistics.Documents.Reports.Report to print,how can i set my UserPrintTicket preferences to my report object.I am using the printing preferences shown below.
Hi,
I hadn’t heard back from you and I was wondering if you had further questions.
Your image isn’t visible thru the forum. And without knowing whether you are using WPF or Windows, I'm going to give you links to both documentation resources. They go into detail about how to programmatically acquire the PrintQueue and its PrintTicket and modify the print settings before printing the report from the ReportViewer.
This is for WPF
http://help.infragistics.com/Help/Doc/Reporting/2014.1/CLR4.0/html/How_to_Print_a_Report_Programmatically_using_WPF.html
This is for Windows
http://help.infragistics.com/Help/Doc/Reporting/2014.1/CLR4.0/html/How_to_Print_a_Report_Programmatically_using_Windows_Forms.html
Please let me know if you have further questions.