Click or drag to resize

ReportCollection Class

Collection of Reports
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.ReportsReportCollection

Namespace: Easymap.AddIn.Reports
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.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