Skip to main content
.NET 6.0+

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.v23.2.dll

Declaration

public event EventHandler<WinReportServiceController.CustomizePrintToolEventArgs> CustomizePrintTool

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