Skip to main content

PrintHelper.PrintDirect Method

Name Parameters Description
PrintDirect(IPrintableControl, PrintQueue) static source, queue Obsolete. Prints the specified control to a specified printer.
PrintDirect(IPrintableControl, String) static source, printerName Prints the specified control to the specified printer.
PrintDirect(IPrintableControl) static source Prints the specified control to a default printer.
PrintDirect(IBasePrintable, PrintQueue) static source, queue Obsolete. 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) static source, printerName
PrintDirect(IBasePrintable) static source
PrintDirect(IReport, PrintQueue) static source, queue Obsolete. Prints the specified report to a specified printer.
PrintDirect(IReport, String) static source, printerName Prints the specified report to the specified printer.
PrintDirect(IReport) static source Prints the specified report to a default printer.