Skip to main content

ReportPrintTool(IReport, Boolean) Constructor

Initializes a new instance of the ReportPrintTool class with specified settings.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public ReportPrintTool(
    IReport report,
    bool useAsyncDocumentCreation = false
)

Parameters

Name Type
report IReport

Optional Parameters

Name Type Default
useAsyncDocumentCreation Boolean False
See Also