ChooseExistingConnectionPageEx(IChooseExistingConnectionPageViewEx, IWizardRunnerContext, IConnectionStorageService, IMongoDBConnectionStorageService, IJsonConnectionStorageService) Constructor
In This Article
Initializes a new instance of the ChooseExistingConnectionPageEx<TModel> class with specified settings.
Namespace: DevExpress.XtraReports.Wizards.Presenters
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public ChooseExistingConnectionPageEx(
IChooseExistingConnectionPageViewEx view,
IWizardRunnerContext context,
IConnectionStorageService connectionStorageService,
IMongoDBConnectionStorageService mongoDBConnectionStorageService,
IJsonConnectionStorageService jsonConnectionStorageService
)
#Parameters
Name | Type |
---|---|
view | IChoose |
context | IWizard |
connection |
IConnection |
mongo |
DevExpress. |
json |
IJson |
See Also