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

ExpressionBindingCollection Class

A collection of ExpressionBinding objects.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public class ExpressionBindingCollection :
    Collection<ExpressionBinding>

The following members return ExpressionBindingCollection objects:

Remarks

An ExpressionBindingCollection object 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.

Inheritance

Object
Collection<ExpressionBinding>
ExpressionBindingCollection
See Also