MapPolygon Class
Represents a polygon-based spatial element (for example, a continent, a country, or a state) to be embedded in a map polygon layer.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialElement
Microsoft.ReportingServices.OnDemandReportRendering.MapPolygon
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class MapPolygon _
Inherits MapSpatialElement
'Usage
Dim instance As MapPolygon
public sealed class MapPolygon : MapSpatialElement
public ref class MapPolygon sealed : public MapSpatialElement
[<SealedAttribute>]
type MapPolygon =
class
inherit MapSpatialElement
end
public final class MapPolygon extends MapSpatialElement
The MapPolygon type exposes the following members.
Properties
Name | Description | |
---|---|---|
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
MapCenterPointTemplate | Gets a custom template that will be applied to the map polygon center point. | |
MapFields | Gets a collection of MapField objects to be associated with the spatial element. (Inherited from MapSpatialElement.) | |
MapPolygonTemplate | Gets a custom template that will be applied to the map polygon. | |
UseCustomCenterPointTemplate | Indicates whether the MapCenterPointTemplate property will be applied to the map polygon center point. | |
UseCustomPolygonTemplate | Indicates whether the MapPolygonTemplate property will be applied to the map polygon. | |
VectorData | Gets the vector data for the spatial element. (Inherited from MapSpatialElement.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
m_instance | Infrastructure. (Inherited from MapObjectCollectionItem.) | |
m_map | Infrastructure. (Inherited from MapSpatialElement.) | |
m_mapVectorLayer | Infrastructure. (Inherited from MapSpatialElement.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IMapObjectCollectionItem.SetNewContext | (Inherited from MapObjectCollectionItem.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.