Compartir a través de


Clase MapPolygonLayer

Represents a polygon-based layer to be drawn in a map.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering.MapLayer
      Microsoft.ReportingServices.OnDemandReportRendering.MapVectorLayer
        Microsoft.ReportingServices.OnDemandReportRendering.MapPolygonLayer

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class MapPolygonLayer _
    Inherits MapVectorLayer
'Uso
Dim instance As MapPolygonLayer
public sealed class MapPolygonLayer : MapVectorLayer
public ref class MapPolygonLayer sealed : public MapVectorLayer
[<SealedAttribute>]
type MapPolygonLayer =  
    class 
        inherit MapVectorLayer 
    end
public final class MapPolygonLayer extends MapVectorLayer

El tipo MapPolygonLayer expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública DataElementName Gets or sets the name for the vector layer to use for the data element or attribute. (Se hereda de MapVectorLayer.)
Propiedad pública DataElementOutput Indicates whether the vector layer will appear in a data rendering. (Se hereda de MapVectorLayer.)
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública MapBindingFieldPairs Gets or sets a collection of MapBindingFieldPair elements to be used to bind the map items in the vector layer to the data region that is associated with the layer. (Se hereda de MapVectorLayer.)
Propiedad pública MapCenterPointRules Gets a set of rules to be applied to the map polygon center point in the parent layer.
Propiedad pública MapCenterPointTemplate Gets a template for the polygon center point to be applied to points in the parent map layer.
Propiedad pública MapDataRegion Gets the data region from which to consume data. (Se hereda de MapVectorLayer.)
Propiedad pública MapDataRegionName Gets the name of the map data region. (Se hereda de MapVectorLayer.)
Propiedad pública MapFieldDefinitions Gets a collection of A MapFieldDefinition objects in the vector layer. (Se hereda de MapVectorLayer.)
Propiedad pública MapPolygonRules Gets a set of rules to be applied to the map polygons in the parent layer.
Propiedad pública MapPolygons Gets a collection of embedded map polygons.
Propiedad pública MapPolygonTemplate Gets a polygon template to be applied for polygons in the parent map layer.
Propiedad pública MapSpatialData Gets a map data region, map data set, or map shapefile as the source for the map points in the vector layer. (Se hereda de MapVectorLayer.)
Propiedad pública MaximumZoom Gets the maximum zoom level at which the map layer is visible. (Se hereda de MapLayer.)
Propiedad pública MinimumZoom Gets the minimum zoom level at which the map layer is visible. (Se hereda de MapLayer.)
Propiedad pública Name Gets the name of the map layer. (Se hereda de MapLayer.)
Propiedad pública Transparency Gets the transparency for map lines in the map layer as a percentage. (Se hereda de MapLayer.)
Propiedad pública VisibilityMode Gets the visibility mode for the map layer. (Se hereda de MapLayer.)

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