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 the collection.

Comments

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

See also:

IDmReports