CreateCustomReportDesignRepositoryItemEventArgs(XafApplication, XtraReport, Type, DataColumnInfo, Parameter) Constructor
Initializes a new instance of the CreateCustomReportDesignRepositoryItemEventArgs class.
Namespace: DevExpress.ExpressApp.ReportsV2.Win
Assembly: DevExpress.ExpressApp.ReportsV2.Win.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2.Win
Declaration
Parameters
Name | Type | Description |
---|---|---|
application | XafApplication | An XafApplication object that manages the current XAF application. |
report | XtraReport | An XtraReport object that specifies a report. |
dataType | Type | A Type object that specifies the report parameter value type. |
dataColumnInfo | DevExpress.Data.DataColumnInfo | A DevExpress.Data.DataColumnInfo object containing information on the data column. |
parameter | Parameter | A DevExpress.XtraReports.Parameters.Parameter object that specifies the report parameter. |
See Also