ReportPrintTool(IReport, Boolean) Constructor
Initializes a new instance of the ReportPrintTool class with specified settings.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
Parameters
Name | Type |
---|---|
report | IReport |
Optional Parameters
Name | Type | Default |
---|---|---|
useAsyncDocumentCreation | Boolean | False |
See Also