Clase MapPolygon
Represents a polygon-based spatial element (for example, a continent, a country, or a state) to be embedded in a map polygon layer.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialElement
Microsoft.ReportingServices.OnDemandReportRendering.MapPolygon
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class MapPolygon _
Inherits MapSpatialElement
'Uso
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
El tipo MapPolygon expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
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. (Se hereda 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. (Se hereda de MapSpatialElement.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IMapObjectCollectionItem.SetNewContext | Infraestructura. Sets a new context for the collection. (Se hereda de MapObjectCollectionItem.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering