Skip to main content
A newer version of this page is available. .

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.v18.2.Win.dll

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