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.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public class ExpressionBindingCollection :
    ExpressionBindingCollectionBase<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.

See Also