Skip to main content
All docs
V25.1
  • ReportPrintTool(IReport, Boolean) Constructor

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

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraPrinting.v25.1.dll

    NuGet Package: 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