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

ConfigureEFConnectionStringPageEx(IConfigureEFConnectionStringPageView, IWizardRunnerContext, IConnectionStorageService, ReportWizardSettings) Constructor

OBSOLETE

This overload is obsolete now. Use ConfigureEFConnectionStringPageEx(IConfigureEFConnectionStringPageView view, IWizardRunnerContext context, IConnectionStorageService connectionStorageService) instead.

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

[Obsolete("This overload is obsolete now. Use ConfigureEFConnectionStringPageEx(IConfigureEFConnectionStringPageView view, IWizardRunnerContext context, IConnectionStorageService connectionStorageService) instead.")]
public ConfigureEFConnectionStringPageEx(
    IConfigureEFConnectionStringPageView view,
    IWizardRunnerContext context,
    IConnectionStorageService connectionStorageService,
    ReportWizardSettings reportWizardSettings
)

Parameters

Name Type Description
view IConfigureEFConnectionStringPageView

An object implementing the IConfigureEFConnectionStringPageView interface.

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.

reportWizardSettings ReportWizardSettings

A ReportWizardSettings object.

See Also