PrintHelper.PrintDirect(IReport, 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.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
[Obsolete("This method is now obsolete. Use the DevExpress.Xpf.Printing.PrintHelper.PrintDirect(IReport source, string printerName) method instead")]
public static void PrintDirect(
IReport source,
PrintQueue queue
)
Parameters
Name | Type | Description |
---|---|---|
source | IReport | An object implementing the IReport interface, which represents the report to print. |
queue | PrintQueue | A PrintQueue object that manages printers and print jobs. |
See Also