Skip to main content
A newer version of this page is available. .

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