WinReportServiceController.CustomizePrintTool Event
Occurs when the ReportPrintTool object is created before displaying the report preview.
Namespace: DevExpress.ExpressApp.ReportsV2.Win
Assembly: DevExpress.ExpressApp.ReportsV2.Win.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2.Win
Declaration
Event Data
The CustomizePrintTool event's data class is DevExpress.ExpressApp.ReportsV2.Win.WinReportServiceController.CustomizePrintToolEventArgs.
Remarks
Handle the CustomizePrintTool event and access the PrintTool argument to customize the printing options.
See Also