Skip to main content

ChooseOlapConnectionPage<TModel> Class

Provides a presenter to the Select a Data Connection page of the Data Source wizard (OLAP Data Source).

Namespace: DevExpress.DashboardCommon.DataSourceWizard

Assembly: DevExpress.Dashboard.v24.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

#Declaration

public class ChooseOlapConnectionPage<TModel> :
    WizardPageBase<IChooseConnectionPageView, TModel>
    where TModel : IDataSourceModel

#Type Parameters

Name Description
TModel

A data source model type.

#Remarks

The following image illustrates this wizard page.

DataSourceWizard_ExistingOlapConnections

The ChooseOlapConnectionPage`1 presenter is associated with views implementing the IChooseConnectionPageView interface.

To learn more, see How to Customize Views and Presenters Corresponding to Wizard Pages.

#Inheritance

Object
WizardPageBase<IChooseConnectionPageView, TModel>
ChooseOlapConnectionPage<TModel>
See Also