IAdhocReport.IsDataChanged

Syntax

IsDataChanged: Boolean;

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.

Example

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

See also:

IAdhocReport