ExpressionBindingCollectionBase<T>.AddRange(IEnumerable<T>) Method
Appends the elements from the specified collection to the ExpressionBindingCollectionBase<T> collection.
Namespace: DevExpress.XtraReports.Expressions
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable<T> | A collection of BasicExpressionBinding objects. |
See Also