CreateCustomParametersDetailViewEventArgs(ReportParametersObjectBase, XafApplication) Constructor
In This Article
Initializes a new instance of the CreateCustomParametersDetailViewEventArgs class.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
#Declaration
public CreateCustomParametersDetailViewEventArgs(
ReportParametersObjectBase reportParametersObject,
XafApplication application
)
#Parameters
Name | Type | Description |
---|---|---|
report |
Report |
A Report |
application | Xaf |
An Xaf |
#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