IAdhocDataSourceObjects.Count

Fore Syntax

Count: Integer;

Fore.NET Syntax

None;

Description

The Count property returns the number of elements in the collection.

Comments

To get the element from the collection, use the IAdhocDataSourceObjects.Item property.

Fore Example

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

See also:

IAdhocDataSourceObjects