Click or drag to resize

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; }

Parameters

index
Type: SystemInt32
The index of the element

Return Value

Type: Report
Report
See Also