EndUpdate;
The EndUpdate method updates dependent dimensions when controlling dimension selection is changed.
The method is used for regular report where a data source is a cube with controlling dimensions.
The EndUpdate method is used with the BeginUpdate method:
When the BeginUpdate method is called, dependent dimension update is locked.
After the EndUpdate method is called, dependent dimensions are updated.
The example of use is given on the page with description of the BeginUpdate method.
See also: