MapSpatialElement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a spatial element in a map.
public ref class MapSpatialElement abstract : Microsoft::ReportingServices::OnDemandReportRendering::MapObjectCollectionItem
public abstract class MapSpatialElement : Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
type MapSpatialElement = class
inherit MapObjectCollectionItem
Public MustInherit Class MapSpatialElement
Inherits MapObjectCollectionItem
- Inheritance
- Derived
Fields
m_instance |
The report instance object. (Inherited from MapObjectCollectionItem) |
m_map |
Specifies the map to which this spatial element applies. |
m_mapVectorLayer |
Specifies the vector-based map layer to which this spatial element applies. |
Properties
MapFields |
Gets a collection of MapField objects to be associated with the spatial element. |
VectorData |
Gets the vector data for the spatial element. |
Explicit Interface Implementations
IMapObjectCollectionItem.SetNewContext() |
Sets a new context for the collection. (Inherited from MapObjectCollectionItem) |