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

ConfigureOlapParametersPage<TModel> Class

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

Namespace: DevExpress.DashboardCommon.DataSourceWizard

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public class ConfigureOlapParametersPage<TModel> :
    WizardPageBase<IConfigureOlapParametersPageView, TModel>
    where TModel : IDataComponentModelWithConnection

Type Parameters

Name Description
TModel

The data source model type.

Remarks

The following image illustrates this wizard page.

DataSourceWizard_OlapServer

The ConfigureOlapParametersPage`1 presenter is associated with views implementing the IConfigureOlapParametersPageView interface.

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

Inheritance

Object
WizardPageBase<IConfigureOlapParametersPageView, TModel>
ConfigureOlapParametersPage<TModel>
See Also