Back to Devexpress

OLAPExpressionBindingBase Class

corelibraries-devexpress-dot-pivotgrid-dot-databinding-d4709d96.md

latest3.1 KB
Original Source

OLAPExpressionBindingBase Class

The base class that sets the Pivot Grid field’s data binding to an expression in OLAP mode.

Namespace : DevExpress.PivotGrid.DataBinding

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public class OLAPExpressionBindingBase :
    DataBindingBase
vb
Public Class OLAPExpressionBindingBase
    Inherits DataBindingBase

Remarks

Pivot Grid uses the Binding API to bind Pivot Grid fields to data. A data binding source can be a column in the data source or a calculated expression.

The following types of bindings are available:

Column Binding Allows you to bind a Pivot Grid field to a data column in the data source. The Pivot Grid field obtains its values from a field in the data source.Expression BindingAllows you to bind a Pivot Grid field to an expression and display the calculated result. The expression can be a formula or an aggregate function.Calculation BindingAllows you to bind a Pivot Grid field to a window calculation and display aggregated values in the window.

The following table illustrates the Binding API that can be used to create expression bindings in OLAP mode:

PlatformClass
WinFormsOLAPExpressionBinding
WPFOlapExpressionBinding
ASP.NET Web FormsOLAPExpressionBinding

Inheritance

Object DataBindingBase OLAPExpressionBindingBase OLAPExpressionBinding

OLAPExpressionBinding

See Also

OLAPExpressionBindingBase Members

Pivot Grid Data Processing Modes

Data Binding API

DevExpress.PivotGrid.DataBinding Namespace