Skip to main content
.NET 6.0+

WinReportServiceController.DesignFormCreated Event

Occurs after the Report Designer form is created.

Namespace: DevExpress.ExpressApp.ReportsV2.Win

Assembly: DevExpress.ExpressApp.ReportsV2.Win.v23.2.dll

Declaration

public event EventHandler<DesignFormEventArgs> DesignFormCreated

Event Data

The DesignFormCreated event's data class is DevExpress.ExpressApp.ReportsV2.Win.DesignFormEventArgs.

Remarks

Handle this event to customize the Report Designer form. In the event handler, access the created form with the DesignForm parameter. An example is provided in the How to: Customize the WinForms Report Designer Form topic.

See Also