ObjectConstructorParametersPageEx(IWizardRunnerContext, IObjectConstructorParametersPageView, IParameterService) 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
)
#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 |
See Also