ConfigureXPObjectSourceConnectionPropertiesPageEx(IConnectionPropertiesPageView, IWizardRunnerContext, IConnectionStorageService, SqlWizardOptions, SensitiveInfoSavingBehavior, List<ProviderLookupItem>, ReportWizardSettings) Constructor
Namespace: DevExpress.XtraReports.Wizards.Presenters
Assembly: DevExpress.XtraReports.v25.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