DataSources: IEaxDataSources;
The DataSources property returns collection of express report data sources.
This property is relevant if a report has multiple data sources. The collection is empty, if express report is based on one source. The access to this data source is performed by the property IPivot.DataSource. On adding a number of data sources, the virtual cube is created to merge them. This cube is a hidden child object of express report. To work with virtual cube data the following property is also used IPivot.DataSource.
The example of use is given in description of the IEaxDataSources.Add method.
See also: