Compartir a través de


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
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública MapCenterPointTemplate Gets a custom template that will be applied to the map polygon center point.
Propiedad pública MapFields Gets a collection of MapField objects to be associated with the spatial element. (Se hereda de MapSpatialElement.)
Propiedad pública MapPolygonTemplate Gets a custom template that will be applied to the map polygon.
Propiedad pública UseCustomCenterPointTemplate Indicates whether the MapCenterPointTemplate property will be applied to the map polygon center point.
Propiedad pública UseCustomPolygonTemplate Indicates whether the MapPolygonTemplate property will be applied to the map polygon.
Propiedad pública VectorData Gets the vector data for the spatial element. (Se hereda de MapSpatialElement.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado 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