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

IDashboardDataSource.DataProcessingMode Property

Gets or sets the data processing mode for the current data source.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[Browsable(false)]
DataProcessingMode DataProcessingMode { get; set; }

Property Value

Type Description
DataProcessingMode

A DataProcessingMode enumeration value that specifies the data processing mode for the current data source.

Remarks

The DataProcessingMode values for different data sources are listed in the following table:

Data Source Get Set
DashboardSqlDataSource Server (default value) Server or Client
DashboardEFDataSource Server NotSupportedException
DashboardObjectDataSource Client NotSupportedException
DashboardOlapDataSource Server NotSupportedException
DashboardExcelDataSource Client NotSupportedException
DashboardExtractDataSource Client NotSupportedException
See Also