Skip to main content
A newer version of this page is available. .

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.v20.2.Core.dll

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

Declaration

public void AddRange(
    IEnumerable<T> items
)

Parameters

Name Type Description
items IEnumerable<T>

A collection of BasicExpressionBinding objects.

See Also