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

ConfigureEFConnectionStringPageEx(IConfigureEFConnectionStringPageView, IWizardRunnerContext, IConnectionStorageService) Constructor

Initializes a new instance of the ConfigureEFConnectionStringPageEx<TModel> class with the specified settings.

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public ConfigureEFConnectionStringPageEx(
    IConfigureEFConnectionStringPageView view,
    IWizardRunnerContext context,
    IConnectionStorageService connectionStorageService
)

Parameters

Name Type Description
view IConfigureEFConnectionStringPageView

An object implementing the IConfigureEFConnectionStringPageView interface that provides a view for a wizard page.

context IWizardRunnerContext

An object implementing the IWizardRunnerContext interface that provides the functionality to run the wizard.

connectionStorageService IConnectionStorageService

An object implementing the IConnectionStorageService interface that provides a service functionality to store the data connection settings.

See Also