XRPivotGridFieldCollection.AddRange(XRPivotGridField[]) Method
Adds an array of fields to the end of the collection.
Namespace: DevExpress.XtraReports.UI.PivotGrid
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
fields | XRPivotGridField[] | An array of XRPivotGridField objects. |
Remarks
Fields are appended to the collection in the order specified by their positions within the array.
See Also