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

ExpressionBindingCollectionBase<T>.AddRange(T[]) Method

Appends the elements from the specified array to the ExpressionBindingCollectionBase<T> collection.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

public void AddRange(
    T[] items
)

Parameters

Name Type Description
items T[]

An array of BasicExpressionBinding objects.

See Also