MapTileLayer 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 raster-based map layer to be drawn in a map.
public ref class MapTileLayer sealed : Microsoft::ReportingServices::OnDemandReportRendering::MapLayer
public sealed class MapTileLayer : Microsoft.ReportingServices.OnDemandReportRendering.MapLayer
type MapTileLayer = class
inherit MapLayer
Public NotInheritable Class MapTileLayer
Inherits MapLayer
- 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
Instance |
Gets the report instance object that contains the calculated values of this report definition object. |
MapTiles |
Gets a collection of map tiles to be embedded in the map tile 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) |
ServiceUrl |
Gets the URL of the web service that stores the tile data. |
TileStyle |
Gets the map tile style. |
Transparency |
Gets the transparency for map lines in the map layer as a percentage. (Inherited from MapLayer) |
UseSecureConnection |
Indicates whether to use secure connection to connect to the web service specified in ServiceUrl. |
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) |