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