Skip to main content
A newer version of this page is available.
All docs
V18.2

ExpressionBindingCollection.AddRange(IEnumerable<ExpressionBinding>) Method

Appends a collection of ExpressionBinding objects to the collection.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public void AddRange(
    IEnumerable<ExpressionBinding> items
)

Parameters

Name Type Description
items IEnumerable<ExpressionBinding>

A collection of ExpressionBinding objects to append to the collection.

See Also