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

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

Appends an array of Cross Tab fields to the collection.

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public void AddRange(
    T[] items
)

Parameters

Name Type Description
items T[]

An array of fields to append to the collection.

Remarks

Objects are added to the end of the collection in the same order that they have in the array.

See Also