MapVectorLayer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a vector-based map layer.
public ref class MapVectorLayer abstract : Microsoft::ReportingServices::OnDemandReportRendering::MapLayer
public abstract class MapVectorLayer : Microsoft.ReportingServices.OnDemandReportRendering.MapLayer
type MapVectorLayer = class
inherit MapLayer
Public MustInherit Class MapVectorLayer
Inherits MapLayer
- Inheritance
- Derived
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. |
DataElementOutput |
Indicates whether the vector layer will appear in a data rendering. |
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. |
MapDataRegion |
Gets the data region from which to consume data. |
MapDataRegionName |
Gets the name of the map data region. |
MapFieldDefinitions |
Gets a collection of A MapFieldDefinition objects in the vector layer. |
MapSpatialData |
Gets a map data region, map data set, or map shapefile as the source for the map points in the vector layer. |
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) |