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

PrintHelper.PrintDirect(IReport, String) Method

Prints the specified report to the specified printer.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public static void PrintDirect(
    IReport source,
    string printerName
)

Parameters

Name Type Description
source IReport

An object implementing the IReport interface that specifies the report to print.

printerName String

A String that specifies the target printer name.

Remarks

You can also use the PrintHelper.Print method to invoke the Print dialog that allows printing documents with custom settings.

See Also