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