MapPolygonLayer Class

Definition

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

public ref class MapPolygonLayer sealed : Microsoft::ReportingServices::OnDemandReportRendering::MapVectorLayer
public sealed class MapPolygonLayer : Microsoft.ReportingServices.OnDemandReportRendering.MapVectorLayer
type MapPolygonLayer = class
    inherit MapVectorLayer
Public NotInheritable Class MapPolygonLayer
Inherits MapVectorLayer
Inheritance

Fields

m_instance

The report instance object.

(Inherited from MapObjectCollectionItem)
m_map

Specifies the map in which the layer is drawn.

(Inherited from MapLayer)

Properties

DataElementName

Gets or sets the name for the vector layer to use for the data element or attribute.

(Inherited from MapVectorLayer)
DataElementOutput

Indicates whether the vector layer will appear in a data rendering.

(Inherited from MapVectorLayer)
Instance

Gets the report instance object that contains the calculated values of this report definition object.

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.

(Inherited from MapVectorLayer)
MapCenterPointRules

Gets a set of rules to be applied to the map polygon center point in the parent layer.

MapCenterPointTemplate

Gets a template for the polygon center point to be applied to points in the parent map layer.

MapDataRegion

Gets the data region from which to consume data.

(Inherited from MapVectorLayer)
MapDataRegionName

Gets the name of the map data region.

(Inherited from MapVectorLayer)
MapFieldDefinitions

Gets a collection of A MapFieldDefinition objects in the vector layer.

(Inherited from MapVectorLayer)
MapPolygonRules

Gets a set of rules to be applied to the map polygons in the parent layer.

MapPolygons

Gets a collection of embedded map polygons.

MapPolygonTemplate

Gets a polygon template to be applied for polygons in the parent map layer.

MapSpatialData

Gets a map data region, map data set, or map shapefile as the source for the map points in the vector layer.

(Inherited from MapVectorLayer)
MaximumZoom

Gets the maximum zoom level at which the map layer is visible.

(Inherited from MapLayer)
MinimumZoom

Gets the minimum zoom level at which the map layer is visible.

(Inherited from MapLayer)
Name

Gets the name of the map layer.

(Inherited from MapLayer)
Transparency

Gets the transparency for map lines in the map layer as a percentage.

(Inherited from MapLayer)
VisibilityMode

Gets the visibility mode for the map layer.

(Inherited from MapLayer)

Explicit Interface Implementations

IMapObjectCollectionItem.SetNewContext()

Sets a new context for the collection.

(Inherited from MapObjectCollectionItem)

Applies to