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

XRPivotGridCustomTotal(PivotSummaryType) Constructor

Initializes a new instance of the XRPivotGridCustomTotal class with the specified summary type.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public XRPivotGridCustomTotal(
    PivotSummaryType summaryType
)

Parameters

Name Type Description
summaryType PivotSummaryType

A PivotSummaryType enumeration value.

See Also