嗨我不想在Developer Express 2010中展示PivotGrid的总体领域所以Plz告诉我如何在Developer Express中隐藏PivotGrid的总体领域
答案 0 :(得分:1)
在属性中有一个optionview属性,其中optionview showgrand total为make false,它将隐藏
答案 1 :(得分:0)
myPivotGrid.OptionsView.ShowColumnGrandTotals = false;
myPivotGrid.OptionsView.ShowRowGrandTotals = false;