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

XRPivotGridCustomTotalCollection.AddRange(PivotGridCustomTotalBase[]) Method

Appends an array of custom totals to the collection.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public virtual void AddRange(
    PivotGridCustomTotalBase[] customSummaries
)

Parameters

Name Type Description
customSummaries PivotGridCustomTotalBase[]

An array of PivotGridCustomTotalBase descendants 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