IDmReports.Item

Fore Syntax

Item(Index: Integer): IDmReport;

Fore.NET Syntax

Ite[Index: Integer]: Prognoz.Platform.Interop.Ms.IDmReport;

Parameters

Index. Report index in the collection.

Description

The Item property returns the specified report from collection.

Comments

The report indexing is continuous and starts with zero. To get number of reports in the collection, use the IDmReports.Count property.

See also:

IDmReports