Skip to main content

ConfigureOlapParametersPage(IConfigureOlapParametersPageView, IConnectionStorageService, IWizardRunnerContext) Constructor

In This Article

Initializes a new instance of the ConfigureOlapParametersPage<TModel> class with the specified settings.

Namespace: DevExpress.DashboardCommon.DataSourceWizard

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

NuGet Package: DevExpress.Win.Dashboard

#Declaration

public ConfigureOlapParametersPage(
    IConfigureOlapParametersPageView view,
    IConnectionStorageService connectionStorageService,
    IWizardRunnerContext context
)

#Parameters

Name Type Description
view IConfigureOlapParametersPageView

An object implementing the IConfigureOlapParametersPageView 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