IAdhocReportExportSources.Item

Fore Syntax

Item(Index: Integer): IAdhocReportExportSource;

Fore.NET Syntax

None;

Parameters

Index. Element index.

Description

The Item property returns the specified collection element.

Comments

Indexing of elements is continuous and starts with zero. To get the number of elements in the collection, use the IAdhocReportExportSources.Count property.

See also:

IAdhocReportExportSources