Skip to main content
.NET 6.0+

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.v23.2.dll

Declaration

public CreateCustomReportDesignRepositoryItemEventArgs(
    XafApplication application,
    XtraReport report,
    Type dataType,
    DataColumnInfo dataColumnInfo,
    Parameter parameter
)

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