PivotCell.AllocateChange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs a writeback operation on the specified cell in a PivotTable report based on an OLAP data source.
public:
void AllocateChange();
public void AllocateChange ();
Public Sub AllocateChange ()
Remarks
This method executes an UPDATE CUBE statement to add just the change in this particular cell, but also includes any previous changes applied. After the UPDATE CUBE statement is executed, a PivotTable update is run, and then a ROLLBACK TRANSACTION statement is executed.
Running the AllocateChange() method for a cell in a PivotTable report based on a non-OLAP data source generates a run-time error.