Classe MapPolygon
Represents a polygon-based spatial element (for example, a continent, a country, or a state) to be embedded in a map polygon layer.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapSpatialElement
Microsoft.ReportingServices.OnDemandReportRendering..::..MapPolygon
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class MapPolygon _
Inherits MapSpatialElement
'Utilisation
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
Le type MapPolygon expose les membres suivants.
Propriétés
Nom | 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. (hérité de 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. (hérité de MapSpatialElement.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
m_instance | Infrastructure. (hérité de MapObjectCollectionItem.) | |
m_map | Infrastructure. (hérité de MapSpatialElement.) | |
m_mapVectorLayer | Infrastructure. (hérité de MapSpatialElement.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
IMapObjectCollectionItem. . :: . .SetNewContext | (hérité de MapObjectCollectionItem.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.