Skip to main content

XRBindingCollection.AddRange(XRBinding[]) Method

Appends an array of XRBinding objects to the collection.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public void AddRange(
    XRBinding[] bindings
)

Parameters

Name Type Description
bindings XRBinding[]

An array of XRBinding objects to add to the collection.

Remarks

All the array’s elements are appended to the end of the collection.

See Also