ChooseXPObjectSourceConnectionPageEx(IChooseConnectionPageView, IWizardRunnerContext, IConnectionStorageService, SqlWizardOptions, SensitiveInfoSavingBehavior, ReportWizardSettings) Constructor
In This Article
Namespace: DevExpress.XtraReports.Wizards.Presenters
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public ChooseXPObjectSourceConnectionPageEx(
IChooseConnectionPageView view,
IWizardRunnerContext context,
IConnectionStorageService connectionStorageService,
SqlWizardOptions options,
SensitiveInfoSavingBehavior databaseCredentialsSavingBehavior,
ReportWizardSettings reportWizardSettings
)
#Parameters
Name | Type |
---|---|
view | IChoose |
context | IWizard |
connection |
IConnection |
options | Sql |
database |
Sensitive |
report |
Report |
See Also