IEaxDataSources.BeginUpdate

Syntax

BeginUpdate;

Description

The BeginUpdate method disables any rerendering of the data sources collection in the express report.

Comments

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:

IEaxDataSources