DataSourceWizardSettingsBuilder.EnableOlapDataSource(Boolean) Method
Specifies whether to allow users to create the OLAP data source in the Dashboard Data Source Wizard.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.1.AspNetCore.dll
NuGet Package: DevExpress.AspNetCore.Dashboard
Declaration
Parameters
Name | Type | Description |
---|---|---|
enableOlapDataSource | Boolean | true, to enable the OLAP data source creation; otherwise, false. |
Returns
Type | Description |
---|---|
DataSourceWizardSettingsBuilder | A reference to this instance after the operation has completed. |
See Also