CustomizeParameterEditorsEventArgs(Parameter, ASPxEditBase, XtraReport) Constructor
Initializes a new instance of the CustomizeParameterEditorsEventArgs class with the specified settings.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
public CustomizeParameterEditorsEventArgs(
Parameter parameter,
ASPxEditBase editor,
XtraReport report
)
Parameters
Name | Type | Description |
---|---|---|
parameter | Parameter | A Parameter instance. This value is assigned to the CustomizeParameterEditorsEventArgs.Parameter property. |
editor | ASPxEditBase | An ASPxEditBase descendant. This value is assigned to the CustomizeParameterEditorsEventArgs.Editor property. |
report | XtraReport | An XtraReport instance. This value is assigned to the CustomizeParameterEditorsEventArgs.Report property. |
See Also