ChooseOlapConnectionPage(IChooseConnectionPageView, IConnectionStorageService, IWizardRunnerContext) Constructor
In This Article
Initializes a new instance of the ChooseOlapConnectionPage<TModel> class with the specified settings.
Namespace: DevExpress.DashboardCommon.DataSourceWizard
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public ChooseOlapConnectionPage(
IChooseConnectionPageView view,
IConnectionStorageService connectionStorageService,
IWizardRunnerContext context
)
#Parameters
Name | Type | Description |
---|---|---|
view | IChoose |
An object implementing the IChoose |
connection |
IConnection |
An object implementing the IConnection |
context | IWizard |
An object implementing the IWizard |
See Also