BeginUpdate;
The BeginUpdate method disables any rerendering of the data sources collection in the express report.
This method is used when a lot of data is changed to avoid blinking of visual components. Rerendering is resumed using the IEaxDataSources.EndUpdate method.
See also: