MapPolygonLayer Class

 

Updated: February 25, 2016

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

Namespace:   Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)


public ref class MapPolygonLayer sealed : MapVectorLayer

NameDescription
System_CAPS_pubpropertyDataElementName

Gets or sets the name for the vector layer to use for the data element or attribute.(Inherited from MapVectorLayer.)

System_CAPS_pubpropertyDataElementOutput

Indicates whether the vector layer will appear in a data rendering.(Inherited from MapVectorLayer.)

System_CAPS_pubpropertyInstance

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

System_CAPS_pubpropertyMapBindingFieldPairs

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.)

System_CAPS_pubpropertyMapCenterPointRules

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

System_CAPS_pubpropertyMapCenterPointTemplate

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

System_CAPS_pubpropertyMapDataRegion

Gets the data region from which to consume data.(Inherited from MapVectorLayer.)

System_CAPS_pubpropertyMapDataRegionName

Gets the name of the map data region.(Inherited from MapVectorLayer.)

System_CAPS_pubpropertyMapFieldDefinitions

Gets a collection of A MapFieldDefinition objects in the vector layer.(Inherited from MapVectorLayer.)

System_CAPS_pubpropertyMapPolygonRules

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

System_CAPS_pubpropertyMapPolygons

Gets a collection of embedded map polygons.

System_CAPS_pubpropertyMapPolygonTemplate

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

System_CAPS_pubpropertyMapSpatialData

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.)

System_CAPS_pubpropertyMaximumZoom

Gets the maximum zoom level at which the map layer is visible.(Inherited from MapLayer.)

System_CAPS_pubpropertyMinimumZoom

Gets the minimum zoom level at which the map layer is visible.(Inherited from MapLayer.)

System_CAPS_pubpropertyName

Gets the name of the map layer.(Inherited from MapLayer.)

System_CAPS_pubpropertyTransparency

Gets the transparency for map lines in the map layer as a percentage.(Inherited from MapLayer.)

System_CAPS_pubpropertyVisibilityMode

Gets the visibility mode for the map layer.(Inherited from MapLayer.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIMapObjectCollectionItem::SetNewContext()

This API supports the product infrastructure and is not intended to be used directly from your code. Sets a new context for the collection.(Inherited from MapObjectCollectionItem.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: