Hi,
We're printing Crystal Reports from our .Net C# application and use the CrystalDecisions.CrystalReports.Engine namespace to do this.
Before printing, the user has the possibility to select/modify a printer or printersettings. That's accomplished with the (System.Windows.Forms.)PrintDialog and works fine.
After selection of the printer, the chosen printer(settings) are in the System.Drawing.Printing.PrinterSettings object.
Anyone has experience with 'transferring' the PrinterSettings object to the CrystalReports.Engine.PrintOptions object ?
Our goal is to transfer all possible settings in 1 time without having to transfer them one by one..
Many thanks in advance.