ReportPrintContext.CreateTool(IReport) Method
Enables publishing a report in a Windows Forms application.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| report | IReport | An XtraReport. |
Returns
| Type | Description |
|---|---|
| IReportPrintTool |
See Also