ChooseXPObjectSourceEntityTypePageEx(IChooseXPObjectSourceEntityTypePageView, IWizardRunnerContext, ISolutionTypesProvider, IConnectionStringsProvider) Constructor
In This Article
Initializes a new instance of the ChooseXPObjectSourceEntityTypePageEx<TModel> class with specified settings.
Namespace: DevExpress.XtraReports.Wizards.Presenters
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public ChooseXPObjectSourceEntityTypePageEx(
IChooseXPObjectSourceEntityTypePageView view,
IWizardRunnerContext context,
ISolutionTypesProvider solutionTypesProvider,
IConnectionStringsProvider connectionStringsProvider
)
#Parameters
Name | Type |
---|---|
view | IChoose |
context | IWizard |
solution |
ISolution |
connection |
IConnection |
See Also