MapLayer Class

Definition

Represents a layer to be drawn in a map.

public ref class MapLayer abstract : Microsoft::ReportingServices::OnDemandReportRendering::MapObjectCollectionItem
public abstract class MapLayer : Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
type MapLayer = class
    inherit MapObjectCollectionItem
Public MustInherit Class MapLayer
Inherits MapObjectCollectionItem
Inheritance
Derived

Fields

m_instance

The report instance object.

(Inherited from MapObjectCollectionItem)
m_map

Specifies the map in which the layer is drawn.

Properties

MaximumZoom

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

MinimumZoom

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

Name

Gets the name of the map layer.

Transparency

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

VisibilityMode

Gets the visibility mode for the map layer.

Explicit Interface Implementations

IMapObjectCollectionItem.SetNewContext()

Sets a new context for the collection.

(Inherited from MapObjectCollectionItem)

Applies to