The IPrxDataIslands interface contains properties and methods of a data area collection.
The interface is used to work with a data area that is an outdated type of table. To work with analytical data area, use the IEaxDatArea interface.
Property name | Brief description | |
Report | The Report property returns the owner that is a regular report. | |
Item | The Item property returns data area of the regular report. | |
Count | The Count property returns the number of data areas of the regular report. |
Method name | Brief description | |
Add | The Add method adds a new data area on the sheet of the regular report. | |
Remove | The Remove method removes a data area based on its index. | |
Clear | The Clear method deletes all data areas of the regular report. | |
FindByKey | The FindByKey method finds a data area of the regular report based on its key and returns the data area. | |
FindById | The FindById method finds a data area of the regular report based on its identifier and returns the data area. | |
RemoveByKey | The RemoveByKey method removes a data area based on its key. |
See also: