XRBindingCollection.AddRange(XRBinding[]) Method
In This Article
Appends an array of XRBinding objects to the collection.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#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