The IPrxFormulaIslands interface contains properties and methods of the collection of formula areas of a regular report.
Property name | Brief description | |
Count | The Count property returns the number of formula areas in the regular report. | |
Item | The Item property returns an object that contains the formula area, which index is passed by the Index parameter. | |
Report | The Report property returns the owner that is a regular report. |
Method name | Brief description | |
Add | The Add method adds formula areas. | |
Clear | The Clear method deletes all formula areas of the regular report. | |
FindById | The FindById method searches for a formula area based on the specified identifier. | |
FindByKey | The FindByKey method searches for a formula area based on th specified key. | |
Remove | The Remove method removes a formula area. | |
RemoveByKey | The RemoveByKey method removes a formula area by the specified key. |
See also: