GridPivotTable.RefreshData

GridPivotTable.RefreshData method

Refreshes pivottable’s data and setting from it’s data source.

public void RefreshData()

Remarks

We will gather data from data source to a pivot cache ,then calcualte the data in the cache to the cells. This method is only used to gather all data to a pivot cache.

See Also