The IPrxTableIslands interface contains properties and methods that are used to work with the collection of relational data areas.
| Property name | Brief description | |
| Report | The Report property returns the regular report that includes the collection of relational data areas. | |
| Count | The Count property returns the number of relational data areas of the regular report. | |
| Item | The Item property returns the relational data area of the regular report. |
| Method name | Brief description | |
| Add | The Add method adds a relational area to a regular report sheet. | |
| Clear | The Clear method deletes all relational areas of a regular report. | |
| FindById | The FindById method searches for a relational data area by the specified identifier. | |
| FindByKey | The FindByKey method searches for a relational data area by the specified key. | |
| Remove | The Remove method removes relational data area by the specified index. | |
| RemoveByKey | The RemoveByKey method removes relational data area by the specified key. |
See also: