Skip to main content

ConfigureOlapParametersPageView(IWizardRunnerContext) Constructor

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

Namespace: DevExpress.DashboardWin.DataSourceWizard

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

NuGet Package: DevExpress.Win.Dashboard

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