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 | IConfigure |
An object implementing the IConfigure |
connection |
IConnection |
An object implementing the IConnection |
context | IWizard |
An object implementing the IWizard |
See Also