IsDataChanged: Boolean;
The IsDataChanged property determines whether data is changed in the Table visualizer.
Available values:
True. Data is edited. To save changed data, use the IAdhocReport.SaveData method.
False. Data is not changed. If the property is set to this value, all changes in data are cancelled.
It is allowed to edit data in the Table visualizer if IAdhocReport.AllowEditData is set to True.
The property use is given in the example for IAdhocReport.SaveData.
See also: