Articles in this section
Category / Section

How to disable ShowGrandTotals in WinForms PivotGridControl?

1 min read

Hide the grand total


In order to hide the
GrandTotal row which is being displayed at the bottom, the ShowGrandTotals property can be used.

C#

// Hides the GrandTotals row.
this.pivotGridControl1.PivotEngine.ShowGrandTotals = false;

VB

' Hides the GrandTotals row.
Me.pivotGridControl1.PivotEngine.ShowGrandTotals = False

Disable the grand totals in pivotgridcontrol


Samples:

C#: GrandTotal_CS

VB: GrandTotal_VB

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please  to leave a comment
Access denied
Access denied