Class MapSpatialElement
Represents a spatial element in a map.
Inheritance
System.Object
    MapSpatialElement
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: BoldReports.RDL.DOM
Assembly: BoldReports.Web.dll
Syntax
public abstract class MapSpatialElement
  Constructors
MapSpatialElement()
Declaration
protected MapSpatialElement()
  Properties
MapFields
Gets or sets the map fields associated with this map spatial element.
Declaration
public MapFields MapFields { get; set; }
  Property Value
| Type | Description | 
|---|---|
| BoldReports.RDL.DOM.MapFields | An instance of the MapFields class representing the map's related fields.  | 
      
VectorData
Gets or sets the vector data associated with this map spatial element.
Declaration
public string VectorData { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | A string representing vector data.  | 
      
Methods
ResetMapFields()
Declaration
public void ResetMapFields()
  ShouldSerializeMapFields()
Declaration
public bool ShouldSerializeMapFields()
  Returns
| Type | Description | 
|---|---|
| System.Boolean |