ConfigureXPObjectSourceConnectionPropertiesPageEx(IConnectionPropertiesPageView, IWizardRunnerContext, IConnectionStorageService, SqlWizardOptions, SensitiveInfoSavingBehavior, List<ProviderLookupItem>, ReportWizardSettings) Constructor
Namespace: DevExpress.XtraReports.Wizards.Presenters
Assembly: DevExpress.XtraReports.v20.2.dll
Declaration
public ConfigureXPObjectSourceConnectionPropertiesPageEx(
IConnectionPropertiesPageView view,
IWizardRunnerContext context,
IConnectionStorageService connectionStorageService,
SqlWizardOptions options,
SensitiveInfoSavingBehavior databaseCredentialsSavingBehavior,
List<ProviderLookupItem> dataProviders,
ReportWizardSettings reportWizardSettings
)
Public Sub New(
view As IConnectionPropertiesPageView,
context As IWizardRunnerContext,
connectionStorageService As IConnectionStorageService,
options As SqlWizardOptions,
databaseCredentialsSavingBehavior As SensitiveInfoSavingBehavior,
dataProviders As List(Of ProviderLookupItem),
reportWizardSettings As ReportWizardSettings
)
Parameters
Name | Type |
---|---|
view | IConnectionPropertiesPageView |
context | IWizardRunnerContext |
connectionStorageService | IConnectionStorageService |
options | SqlWizardOptions |
databaseCredentialsSavingBehavior | SensitiveInfoSavingBehavior |
dataProviders | List<ProviderLookupItem> |
reportWizardSettings | ReportWizardSettings |
See Also
Feedback