Show contents 

Express > Express Assembly Interfaces > IReportDataSourcesData > IReportDataSourcesData.Item

IReportDataSourcesData.Item

Syntax

Item(Index: Integer): IReportDataSourceData;

Parameters

Index. Data source index.

Description

The Item property returns report data source.

Comments

To get the number of data sources, use the IReportDataSourcesData.Count property.

Example

The property use is given in the example for IEaxAnalyzerUserEvents.OnAfterExecuteAnalyzer.

See also:

IReportDataSourcesData