Skip to main content
All docs
V19.1

ExpressionBindingCollection.AddRange(ExpressionBinding[]) Method

Appends an array 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(
    ExpressionBinding[] items
)

Parameters

Name Type Description
items ExpressionBinding[]

An array of ExpressionBinding objects to append to the collection.

Remarks

Objects are added to the end of the collection in the same order they have in the array.

See Also