Skip to main content

XRPivotGridCustomTotalCollection(XRPivotGridCustomTotal[]) Constructor

Initializes a new instance of the XRPivotGridCustomTotalCollection class with the specified custom total.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public XRPivotGridCustomTotalCollection(
    XRPivotGridCustomTotal[] totals
)

Parameters

Name Type Description
totals XRPivotGridCustomTotal[]

An array of the XRPivotGridCustomTotal objects.

See Also