ChooseOlapConnectionPage(IChooseConnectionPageView, IConnectionStorageService, IWizardRunnerContext) Constructor
Initializes a new instance of the ChooseOlapConnectionPage<TModel> class with the specified settings.
Namespace: DevExpress.DashboardCommon.DataSourceWizard
Assembly: DevExpress.Dashboard.v25.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
public ChooseOlapConnectionPage(
IChooseConnectionPageView view,
IConnectionStorageService connectionStorageService,
IWizardRunnerContext context
)
Parameters
| Name | Type | Description |
|---|---|---|
| view | IChooseConnectionPageView | An object implementing the IChooseConnectionPageView interface that provides a view for a wizard page. |
| connectionStorageService | IConnectionStorageService | An object implementing the IConnectionStorageService interface used to get information about data connections. |
| context | IWizardRunnerContext | An object implementing the IWizardRunnerContext interface that provides the functionality to run the wizard. |
See Also