The IEaxDataSource interface contains properties and methods of collection of express report data sources.
When an express report is created based on several data sources, a virtual cube containing all sources is created. Express report is to be created based on this cube.
Property name | Brief description | |
The ControlInfo property returns object that contains information on data sources. | ||
The Count property returns number of data sources of the express report. | ||
The DisplaySourcesNames property determines the source name display. | ||
The Item property returns an object containing express report data source. |
Method name | Brief description | |
The Add method adds a data source to express report. | ||
The AddDescriptor method adds a data source to express report. | ||
The BeginUpdate method disables redraw of data source collection. | ||
The Clear method deletes all data sources from the collection. | ||
The FindByKey method finds a source by its key. | ||
The EndUpdate method resumes redraw of data source collection. | ||
The Move method moves a data source within the collection. | ||
The Refresh method refreshes data source collection and data table of an express report. | ||
The Remove method deletes a data source. | ||
The RemoveByKey method removes a data source by its key. |
See also: