Skip to main content

XRPivotGridFieldCollection.AddRange(XRPivotGridField[]) Method

Adds an array of fields to the end of the collection.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public void AddRange(
    XRPivotGridField[] fields
)

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