Skip to main content
A newer version of this page is available. .

ExpressionBinding Class

Provides functionality to expression bindings.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public class ExpressionBinding :
    BasicExpressionBinding,
    ICloneable

The following members return ExpressionBinding objects:

Remarks

A collection of ExpressionBinding objects is returned by the XRControl.ExpressionBindings property.

When the UserDesignerOptions.DataBindingMode property is set to DataBindingMode.Expressions or DataBindingMode.ExpressionsAdvanced, you can assign a binding expression to a report control:

See Data Binding Modes to learn more about using this feature.

Implements

Inheritance

See Also