Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1725
Printing monochrome reports
posted

It seems as though the Document engine ( Infragistics.Documents.Report ) ignores printer settings related to printing color or monochrome.

Unless I'm missing something that I should be doing differently, I've put up a standard print dialog and then passed the resulting printer (printer name is the only parameter that the report.print method seems to take) to Report.Print.  I'm printing to a color printer where I've set the printer properties to print monochrome. If I look at the return from the System.Windows.Forms.PrintDialog it shows that the "Supports color" property on the printer is set to false as I would expect) but the document is still printed in color.  

 Is there any way to get the engine to actually support the specified printer settings?

Thanks

Neil