Skip to main content

SaveXPObjectSourceConnectionPageEx(ISaveConnectionPageView, IWizardRunnerContext, IConnectionStorageService, SqlWizardOptions, SensitiveInfoSavingBehavior, ReportWizardSettings) Constructor

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public SaveXPObjectSourceConnectionPageEx(
    ISaveConnectionPageView view,
    IWizardRunnerContext context,
    IConnectionStorageService connectionStorageService,
    SqlWizardOptions options,
    SensitiveInfoSavingBehavior databaseCredentialsSavingBehavior,
    ReportWizardSettings reportWizardSettings
)

Parameters

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