Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XRPivotGridOptionsData.DataProcessingEngine Property

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

public override PivotDataProcessingEngine DataProcessingEngine { get; set; }

#Property Value

Type
PivotDataProcessingEngine

Available values:

Name Description
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 Type Path to DataProcessingEngine
XRPivotGrid
.OptionsData .DataProcessingEngine
See Also