Skip to main content
.NET 6.0+

CreateCustomParametersDetailViewEventArgs(ReportParametersObjectBase, XafApplication) Constructor

Initializes a new instance of the CreateCustomParametersDetailViewEventArgs class.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v23.2.dll

Declaration

public CreateCustomParametersDetailViewEventArgs(
    ReportParametersObjectBase reportParametersObject,
    XafApplication application
)

Parameters

Name Type Description
reportParametersObject ReportParametersObjectBase

A ReportParametersObjectBase object that specify report parameters.

application XafApplication

An XafApplication object that manages the current XAF application.

Remarks

Since instances of the CreateCustomParametersDetailViewEventArgs class are automatically created and passed to handlers of the ReportServiceController.CreateCustomParametersDetailView event, you do not need to call this constructor from your applications.

See Also