foreach (string item in fieldProductName.FilterValues.Values)
            {
                pivotGridControl.Cells.SetSelectionByFieldValues(false, new object[] { item});
            }
fieldProductName 为行名称 即设置的pivotGridField
DEV PivotGridControl 全选行或列,布布扣,bubuko.com
原文地址:http://www.cnblogs.com/Ares-blog/p/3925340.html