Click or drag to resize

ReportAreaCollection Class

Maintains a list of selected areas in a report.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.ElementsReportAreaCollection

Namespace: Easymap.AddIn.Elements
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class ReportAreaCollection : BaseObject, 
	IEnumerable<string>, IEnumerable

The ReportAreaCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount The number of elements.
Public propertyItem Get the area key at the specified index.
Top
Methods
 NameDescription
Public methodAdd Add an area key to the list of selected areas.
Public methodGetEnumerator Returns an enumerator for the list of selected areas.
Public methodRemove Remove a key from the list of selected areas.
Top
See Also