CreateCustomParametersDetailViewEventArgs(ReportParametersObjectBase, XafApplication) Constructor
Initializes a new instance of the CreateCustomParametersDetailViewEventArgs class.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
Declaration
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