Hi-
I want to hide entire pivot table set of columns created using the following code...
pt.DataFields.Add(pt.PivotFields["Rode"], "Rode", SubtotalTypes.Sum);
pt.DataFields.Add(pt.PivotFields["OnTime"], "OnTime", SubtotalTypes.Sum);
I want to hide "Rode" and "OnTime" after calculating their column total.
Thanks
-Tom