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

ChooseDataSourceTypePageEx(IChooseDataSourceTypePageView, IWizardRunnerContext, IConnectionStorageService, ISolutionTypesProvider, SqlWizardOptions, DataSourceTypes, IJsonConnectionStorageService) Constructor

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public ChooseDataSourceTypePageEx(
    IChooseDataSourceTypePageView view,
    IWizardRunnerContext context,
    IConnectionStorageService connectionStorageService,
    ISolutionTypesProvider solutionTypesProvider,
    SqlWizardOptions options,
    DataSourceTypes dataSourceTypes,
    IJsonConnectionStorageService jsonConnectionStorageService
)

Parameters

Name Type
view IChooseDataSourceTypePageView
context IWizardRunnerContext
connectionStorageService IConnectionStorageService
solutionTypesProvider ISolutionTypesProvider
options SqlWizardOptions
dataSourceTypes DataSourceTypes
jsonConnectionStorageService IJsonConnectionStorageService
See Also