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

ConfigureOlapParametersPageView(IWizardRunnerContext) Constructor

Initializes a new instance of the ConfigureOlapParametersPageView class with the specified settings.

Namespace: DevExpress.DashboardWin.DataSourceWizard

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

Declaration

public ConfigureOlapParametersPageView(
    IWizardRunnerContext context
)

Parameters

Name Type Description
context IWizardRunnerContext

An object implementing the IWizardRunnerContext interface that provides the functionality to run the wizard.

See Also