CreateCustomReportDesignRepositoryItemEventArgs(XafApplication, XtraReport, Type, DataColumnInfo, Parameter) Constructor
In This Article
Initializes a new instance of the CreateCustomReportDesignRepositoryItemEventArgs class.
Namespace: DevExpress.ExpressApp.ReportsV2.Win
Assembly: DevExpress.ExpressApp.ReportsV2.Win.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2.Win
#Declaration
public CreateCustomReportDesignRepositoryItemEventArgs(
XafApplication application,
XtraReport report,
Type dataType,
DataColumnInfo dataColumnInfo,
Parameter parameter
)
#Parameters
Name | Type | Description |
---|---|---|
application | Xaf |
An Xaf |
report | Xtra |
An Xtra |
data |
Type | A Type object that specifies the report parameter value type. |
data |
DevExpress. |
A DevExpress. |
parameter | Parameter | A DevExpress. |
See Also