IDmReports.Item

Syntax

Item(Index: Integer): IDmReport;

Parameters

Index. Report index in the collection.

Description

The Item property returns the specified report in the collection.

Comments

Report indexing in the collection is continuous and starts with zero.

To get the number of reports in the collection, use the IDmReports.Count property.

See also:

IDmReports