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

XRPivotGridCustomTotalCollection(XRPivotGridField) Constructor

Initializes a new instance of the XRPivotGridCustomTotalCollection class with the specified field.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public XRPivotGridCustomTotalCollection(
    XRPivotGridField field
)

Parameters

Name Type Description
field XRPivotGridField

An XRPivotGridField object.

See Also