Could anyone help me to disable the Subtotal in the pivot table programitacally? Though i tried setting it to false, it is not set to false while generation.
Code tried :
pivotTable.Fields["FieldName"].SubtotalTop = false;