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

Percentage Modes

Percentage summary display modes are used to display percentages of Total and Grand Total values in data cells.

The following percentage modes are available.

Summary Display Mode

Description

Image

Percent of the Column Total

The percentage of the Column Total value is displayed in the cell.

This mode is specified by the FieldSummaryDisplayType.PercentOfColumn value.

pivotgrid_summarydisplaytype_percofcol

Percent of the Column Grand Total

The percentage of the Column Grand Total value is displayed in the cell.

This mode is specified by the FieldSummaryDisplayType.PercentOfColumnGrandTotal value.

pivotgrid_SummaryDisplayType_PercentOfColumnGrandTotal

Percent of the Row Total

The percentage of the Row Total value is displayed in the cell.

This mode is specified by the FieldSummaryDisplayType.PercentOfRow value.

pivotgrid_summarydisplaytype_percofrow

Percent of the Row Grand Total

The percentage of the Row Grand Total value is displayed in the cell.

This mode is specified by the FieldSummaryDisplayType.PercentOfRowGrandTotal value.

pivotgrid_SummaryDisplayType_PercentOfRowGrandTotal

Percent of the Grand Total

The percentage of the Grand Total value is displayed in the cell.

This mode is specified by the FieldSummaryDisplayType.PercentOfGrandTotal value.

pivotgrid_SummaryDisplayType_PercentOfGrandTotal

See Also