ReportViewerDetailItem.CustomizeParameterEditors Event
In This Article
Occurs when standard editors are created for the report parameters, according to their types.
Namespace: DevExpress.ExpressApp.ReportsV2.Web
Assembly: DevExpress.ExpressApp.ReportsV2.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2.Web
#Declaration
public event EventHandler<CustomizeParameterEditorsEventArgs> CustomizeParameterEditors
#Event Data
The CustomizeParameterEditors event's data class is DevExpress.XtraReports.Web.CustomizeParameterEditorsEventArgs.
#Remarks
Handle the CustomizeParameterEditors event to provide custom editors for report parameters.
See Also