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

ChooseXPObjectSourceEntityTypePageEx(IChooseXPObjectSourceEntityTypePageView, IWizardRunnerContext, ISolutionTypesProvider, IConnectionStringsProvider) Constructor

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

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public ChooseXPObjectSourceEntityTypePageEx(
    IChooseXPObjectSourceEntityTypePageView view,
    IWizardRunnerContext context,
    ISolutionTypesProvider solutionTypesProvider,
    IConnectionStringsProvider connectionStringsProvider
)

Parameters

Name Type
view IChooseXPObjectSourceEntityTypePageView
context IWizardRunnerContext
solutionTypesProvider ISolutionTypesProvider
connectionStringsProvider IConnectionStringsProvider
See Also