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

ConfigureXPObjectSourceConnectionPropertiesPageEx(IConnectionPropertiesPageView, IWizardRunnerContext, IConnectionStorageService, SqlWizardOptions, SensitiveInfoSavingBehavior, List<ProviderLookupItem>, ReportWizardSettings) Constructor

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public ConfigureXPObjectSourceConnectionPropertiesPageEx(
    IConnectionPropertiesPageView view,
    IWizardRunnerContext context,
    IConnectionStorageService connectionStorageService,
    SqlWizardOptions options,
    SensitiveInfoSavingBehavior databaseCredentialsSavingBehavior,
    List<ProviderLookupItem> dataProviders,
    ReportWizardSettings reportWizardSettings
)

Parameters

Name Type
view IConnectionPropertiesPageView
context IWizardRunnerContext
connectionStorageService IConnectionStorageService
options SqlWizardOptions
databaseCredentialsSavingBehavior SensitiveInfoSavingBehavior
dataProviders List<ProviderLookupItem>
reportWizardSettings ReportWizardSettings
See Also