Click or drag to resize

ReportElement Class

Represents a ReportElement.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Elements
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class ReportElement : WindowlessComponent

The ReportElement type exposes the following members.

Properties
  NameDescription
Public propertyAreaFilter
Returns the filtered selection of area keys of the ControllingLayer for which the report will be instantiated.
Public propertyControllingLayer
The controlling layer is the layer of spatial entities available in the respective map. This layer controls on which level the map is to be split as it defines the smallest spatial entity the report refers to.
Public propertyHeaderText
Header TextElement.
Public propertyReport
Public propertyScaleMode
Defines how to handle the scaling of map areas.
Public propertyUniformValueClasses
Controls calculation of value classes in individual instances of the report.
Public propertyUseClip
Display options for the surroundings.
Top
Methods
  NameDescription
Public methodGetInstanceHeaderText
Returns the expanded HeaderText macro for the area with the key key.
Public methodShowSurroundingsForElement
Determines if surroundings of an layer are shown
Top
See Also