CalculatedFieldCollection.AddRange(CalculatedField[]) Method
Appends an array of calculated fields to the collection.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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