MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapVectorLayer Class
Fields Properties

MapVectorLayer Class Members

The following tables list the members exposed by MapVectorLayer.

Public Fields
 NameDescription
Public FieldThe default value of the DataElementOutput property.  
Top
Public Properties
 NameDescription
Public PropertyThe name to use for the data element/attribute for this value. Must be a CLS-compliant identifier.  
Public PropertyGets or sets whether the item should appear in a data rendering. That evaluates to one of DataElementOutput. The default value is Output.  
Public PropertyGets the elements.  
Public PropertyGets the set of field/expression pairs for binding the map elements within a layer to the data region. Mandatory if MapDataRegionName is defined and MapSpatialData is not MapSpatialDataRegion; ignored otherwise.  
Public PropertyGets or sets which data region to use as the source. Mandatory if MapSpatialData is MapSpatialDataRegion.  
Public PropertyGets the set of field definitions for the embedded map elements (for example, MapPolygons, MapLines, MapPoints). Ignored if the embedded map elements are not defined.  
Public PropertyGets or sets the spatial data source for the layer. Ignored if the embedded map elements are defined.  
Top
See Also