Gets or sets the data processing mode for the current data source.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v18.2.Core.dll
public DataProcessingMode DataProcessingMode { get; set; }
Public Property DataProcessingMode As DataProcessingMode
Type | Default | Description |
---|---|---|
DataProcessingMode | Server |
A DataProcessingMode enumeration value that specifies the data processing mode for the current data source. |
To determine the data processing mode for the specified query from the current data source, use the DashboardSqlDataSource.GetDataProcessingMode method.