Back to Devexpress

PrintHelper.PrintDirect Method

wpf-devexpress-dot-xpf-dot-printing-dot-printhelper-dot-printdirect.md

latest2.1 KB
Original Source

PrintHelper.PrintDirect Method

NameParametersDescription
PrintDirect(IPrintableControl, PrintQueue) staticsource, queueObsolete. Prints the specified control to a specified printer.
PrintDirect(IPrintableControl, String) staticsource, printerNamePrints the specified control to the specified printer.
PrintDirect(IPrintableControl) staticsourcePrints the specified control to a default printer.
PrintDirect(IBasePrintable, PrintQueue) staticsource, queueObsolete. This method is obsolete (this method is now obsolete. Use the DevExpress.Xpf.Printing.PrintHelper.PrintDirect(IBasePrintable source, string printerName) method instead).
PrintDirect(IBasePrintable, String) staticsource, printerName
PrintDirect(IBasePrintable) staticsource
PrintDirect(IReport, PrintQueue) staticsource, queueObsolete. Prints the specified report to a specified printer.
PrintDirect(IReport, String) staticsource, printerNamePrints the specified report to the specified printer.
PrintDirect(IReport) staticsourcePrints the specified report to a default printer.