Assembly: Express;
The IEaxDataAreaSources interface is used to work with the analytical area data sources collection.
IEaxDataAreaSources
To work with a specific data source of analytica data area, use the IEaxDataAreaSource interface.
| Property name | Brief description | |
| Count | The Count property returns the number of analytical area data sources in the collection. | |
| DataArea | The DataArea property returns analytical data area. | |
| Item | The Item property returns the analytical area data source by index. |
| Method name | Brief description | |
| Add | The Add method adds an analytical area data source to the collection. | |
| Clear | The Clear method deletes all analytical area data sources from the collection. | |
| FindById | The FindById method searches for analytical area data source by identifier. | |
| FindByKey | The FindByKey method searches for analytical area data source by key. | |
| Remove | The Remove method removes analytical area data source by index. | |
| RemoveByKey | The RemoveByKey method removes analytical area data source by key. |
See also: