Skip to main content
A newer version of this page is available. .

ReportWizardCustomizationModel(XtraReportModel, Type) Constructor

Initializes a new instance of the ReportWizardCustomizationModel class with the specified settings.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard

Assembly: DevExpress.Xpf.ReportDesigner.v20.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ReportWizardCustomizationModel(
    XtraReportModel model,
    Type startPage
)

Parameters

Name Type Description
model XtraReportModel

A XtraReportModel object. This value is assigned to the ReportWizardCustomizationModel.Model property.

startPage Type

A Type object, specifying the first wizard page. This value is assigned to the ReportWizardCustomizationModel.StartPage property.

See Also