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: 11.2.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