Back to Devexpress

XRPivotGridOptionsData.DataProcessingEngine Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-pivotgrid-dot-xrpivotgridoptionsdata.md

latest2.3 KB
Original Source

XRPivotGridOptionsData.DataProcessingEngine Property

Namespace : DevExpress.XtraReports.UI.PivotGrid

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public override PivotDataProcessingEngine DataProcessingEngine { get; set; }
vb
Public Overrides Property DataProcessingEngine As PivotDataProcessingEngine

Property Value

Type
PivotDataProcessingEngine

Available values:

NameDescription
Default

A default data processing engine ( LegacyOptimized ). You can specify the default engine explicitly using the DefaultDataProcessingEngine property exposed by the control.

| | Legacy |

A legacy data processing engine.

| | LegacyOptimized |

A legacy data processing engine that includes optimizations for basic operations.

| | Optimized |

Improves performance and provides an extended set of aggregations and window functions. Allows you to use the Data Binding API for PivotGrid fields. Does not support legacy features and behavior. See the Optimized Calculation Engine article for more information.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DataProcessingEngine
XRPivotGrid

.OptionsData .DataProcessingEngine

|

See Also

XRPivotGridOptionsData Class

XRPivotGridOptionsData Members

DevExpress.XtraReports.UI.PivotGrid Namespace