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

ChooseXPObjectSourceConnectionPageEx(IChooseConnectionPageView, IWizardRunnerContext, IConnectionStorageService, SqlWizardOptions, SensitiveInfoSavingBehavior, ReportWizardSettings) Constructor

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public ChooseXPObjectSourceConnectionPageEx(
    IChooseConnectionPageView view,
    IWizardRunnerContext context,
    IConnectionStorageService connectionStorageService,
    SqlWizardOptions options,
    SensitiveInfoSavingBehavior databaseCredentialsSavingBehavior,
    ReportWizardSettings reportWizardSettings
)

Parameters

Name Type
view IChooseConnectionPageView
context IWizardRunnerContext
connectionStorageService IConnectionStorageService
options SqlWizardOptions
databaseCredentialsSavingBehavior SensitiveInfoSavingBehavior
reportWizardSettings ReportWizardSettings
See Also