WinReportServiceController.DesignFormCreated Event
Occurs after the Report Designer form is created.
Namespace: DevExpress.ExpressApp.ReportsV2.Win
Assembly: DevExpress.ExpressApp.ReportsV2.Win.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2.Win
Declaration
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