IAdhocDataSourceObjects.Item

Fore Syntax

Item(Index: Integer): IAdhocDataSourceObject;

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 IAdhocDataSourceObjects.Count property.

Fore Example

The property use is given in the example for IAdhocReportExportSource.TitleSettings.

See also:

IAdhocDataSourceObjects