CustomizeParameterEditorsEventArgs.Parameter Property
Gets the parameter, for which a custom editor is being provided.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Property Value
Type | Description |
---|---|
Parameter | A Parameter object. |
Remarks
Use the CustomizeParameterEditorsEventArgs.Editor and Parameter properties to provide custom editors to report parameters in the ReportParametersPanel.CustomizeParameterEditors event handler.
Refer to the following help topic for more information: Create a Report Parameter.
See Also