Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.