IDashboardDataSource.DataProcessingMode Property
Gets or sets the data processing mode for the current data source.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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