IAdhocReport.IsDataChanged

Fore Syntax

IsDataChanged: Boolean;

Fore.NET Syntax

None;

Description

The IsDataChanged property determines whether data is changed in the Table visualizer.

Comments

Available values:

It is allowed to edit data in the Table visualizer if IAdhocReport.AllowEditData is set to True.

Fore Example

The property use is given in the example for IAdhocReport.SaveData.

See also:

IAdhocReport