ObjectConstructorParametersPageEx(IWizardRunnerContext, IObjectConstructorParametersPageView, IParameterService, ReportWizardSettings) Constructor
In This Article
Initializes a new instance of the ObjectConstructorParametersPageEx<TModel> class with the specified settings.
Namespace: DevExpress.XtraReports.Wizards.Presenters
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public ObjectConstructorParametersPageEx(
IWizardRunnerContext wizardRunnerContext,
IObjectConstructorParametersPageView view,
IParameterService parameterService,
ReportWizardSettings reportWizardSettings
)
#Parameters
Name | Type | Description |
---|---|---|
wizard |
IWizard |
An object implementing the IWizard |
view | IObject |
An object implementing the IObject |
parameter |
IParameter |
An object implementing the IParameter |
report |
Report |
A Report |
See Also