Skip to main content

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

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.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