Skip to main content

CustomizeParameterEditorsEventArgs.Report Property

Gets the report for which a custom parameters editor is implemented.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public XtraReport Report { get; }

Property Value

Type Description
XtraReport

An XtraReport object.

See Also