IReportDataSourcesData.Item

Fore Syntax

Item(Index: Integer): IReportDataSourceData;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Express.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.

Fore Example

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

Fore.NET Example

Fore.NET objects must not be used as an event handler.

See also:

IReportDataSourcesData