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 IReportDataSourcesData.Count.

Example

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

See also:

IReportDataSourcesData