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

ChooseOlapConnectionPage(IChooseConnectionPageView, IConnectionStorageService, IWizardRunnerContext) Constructor

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

Namespace: DevExpress.DashboardCommon.DataSourceWizard

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

Declaration

public ChooseOlapConnectionPage(
    IChooseConnectionPageView view,
    IConnectionStorageService connectionStorageService,
    IWizardRunnerContext context
)

Parameters

Name Type Description
view IChooseConnectionPageView

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