Express > Express Assembly Interfaces > IReportDataSourcesData > IReportDataSourcesData.Item
Item(Index: Integer): IReportDataSourceData;
Index. Data source index.
The Item property returns report data source.
To get the number of data sources, use the IReportDataSourcesData.Count property.
The property use is given in the example for IEaxAnalyzerUserEvents.OnAfterExecuteAnalyzer.
See also: