ASPxDocumentViewer.CustomizeParameterEditors Event
Occurs when standard editors are created for report parameters, according to their types.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Event Data
The CustomizeParameterEditors event's data class is CustomizeParameterEditorsEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Editor | Specifies the value editor associated with the current parameter. |
Parameter | Gets the parameter, for which a custom editor is being provided. |
Report | Gets the report for which a custom parameters editor is implemented. |
ShouldSetParameterValue | For internal use. |
Remarks
Handle the CustomizeParameterEditors event to provide custom editors for report parameters.
See Also