Post Author: Joel
CA Forum: .NET
hi,
I know we can set papersource to let the printer know where to get the paper from.
However, if I want to specify which tray the printer should spit out the print result (output tray), how can I do this using PrintToPrinter() function?
is there a property that I can use in the PrintOptions object?
or if anyone know how to convert from CrystalDecisions.CrystalReports.Engine.ReportDocument into System.Drawing.Printing.PrintDocument?so that I can just use PrintDialog object.
btw, using print function from CrystalReportViewer is not an option for me.
Thank you