Skip to main content
All docs
V19.1

ExpressionBindingCollection.AddRange(IEnumerable<ExpressionBinding>) Method

Appends a collection of ExpressionBinding objects to the collection.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

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