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.Wpf.dll
Syntax
public abstract class MapSpatialElement
Constructors
MapSpatialElement()
Declaration
protected MapSpatialElement()
Properties
MapFields
Declaration
public MapFields MapFields { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.RDL.DOM.MapFields |
VectorData
Declaration
public string VectorData { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ResetMapFields()
Declaration
public void ResetMapFields()
ShouldSerializeMapFields()
Declaration
public bool ShouldSerializeMapFields()
Returns
Type | Description |
---|---|
System.Boolean |