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.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
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