Click or drag to resize

ReportCollection Class

Collection of Reports
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Reports
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class ReportCollection : BaseObject, 
	IEnumerable<Report>, IEnumerable

The ReportCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of elements in the collection
Public propertyDocument
Public propertyItem
Gets the Element at position index
Top
Methods
  NameDescription
Public methodGetEnumerator
Public methodSetReportItem
Activates the specified Report
Top
See Also