Reputation: 71
hi I dont Want to Show The GrandTotal Field Of PivotGrid In Developer Express 2010 So Plz Tell Me How To Hide GrandTotal Field Of PivotGrid In Developer Express
Upvotes: 0
Views: 3454
Reputation: 505
myPivotGrid.OptionsView.ShowColumnGrandTotals = false;
myPivotGrid.OptionsView.ShowRowGrandTotals = false;
Upvotes: 0
Reputation: 71
in properties there is one optionview property in that optionview showgrand total is make false it will hide
Upvotes: 1