Item(Index: Integer): IDmReport;
Ite[Index: Integer]: Prognoz.Platform.Interop.Ms.IDmReport;
Index. Report index in the collection.
The Item property returns the specified report from the collection.
Report indexing is continuous and starts with zero. To get the number of reports in the collection, use the IDmReports.Count property.
See also: