Skip to main content
A newer version of this page is available.
All docs
V19.1

PrintHelper.PrintDirect(IPrintable, PrintQueue) Method

OBSOLETE

This method is now obsolete. Use the PrintDirect method instead

Prints the specified report to a specified printer.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v19.1.dll

Declaration

[Obsolete("This method is now obsolete. Use the DevExpress.Xpf.Printing.PrintHelper.PrintDirect(IPrintable source, string printerName) method instead")]
public static void PrintDirect(
    IPrintable source,
    PrintQueue queue
)

Parameters

Name Type Description
source IPrintable

An object implementing the IPrintable interface.

queue PrintQueue

A PrintQueue object that manages printers and print jobs.

See Also