Show contents 

Express > Express Assembly Interfaces > IEaxDataSources > IEaxDataSources.BeginUpdate

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. The IEaxDataSources.EndUpdate method resumes rerendering.

See also:

IEaxDataSources