IPrxDataSources

Assembly: Report;

Description

The IPrxDataSources interface contains properties and methods of a data source collection.

Inheritance Hierarchy

          IPrxDataSources

Comments

To work with a regular report data source, use properties and methods of the IPrxDataSource interface.

Properties

  Property name Brief description
Report The Report property returns the owner that is a regular report.
Item The Item property returns a data source.
Count The Count property returns the number of data sources.

Methods

  Method name Brief description
Add The Add method adds a data source into the regular report.
AddEx The AddEx method connects the source, which descriptor is passed in the Value parameter.
Remove The Remove method removes data source by its index.
Clear The Clear method deletes all data sources of the regular report.
FindById The FindById method searches for a regular report data source by identifier.
FindByKey The FindByKey method searches for a regular report data source by key.

See also:

Report Assembly Interfaces