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.v19.2.Core.dll

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