ReportCollectionItem Property |
Gets the Element at position index
Namespace:
Easymap.AddIn.Reports
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public Report this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Report
Get
Parameters
- index
- Type: SystemInt32
The index of the element
Return Value
Type:
ReportReport
See Also