Skip to main content
All docs
V25.1
  • ExpressionBindingCollectionBase<T>.AddRange(T[]) Method

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

    Namespace: DevExpress.XtraReports.Expressions

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public void AddRange(
        T[] items
    )

    Parameters

    Name Type Description
    items T[]

    An array of BasicExpressionBinding objects.

    See Also