Skip to main content
A newer version of this page is available. .

CustomizeParameterEditorsEventArgs(Parameter, ASPxEditBase, XtraReport) Constructor

Initializes a new instance of the CustomizeParameterEditorsEventArgs class with the specified settings.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

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