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

CalculatedFieldCollection.AddRange(CalculatedField[]) Method

Appends an array of calculated fields to the collection.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public void AddRange(
    CalculatedField[] items
)

Parameters

Name Type Description
items CalculatedField[]

An array of CalculatedField objects to append to the collection.

Remarks

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

See Also