MapTileLayerInstance 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 an instance type of the MapTileLayer class and contains the calculated values of the properties in MapTileLayer.
public ref class MapTileLayerInstance sealed : Microsoft::ReportingServices::OnDemandReportRendering::MapLayerInstance
public sealed class MapTileLayerInstance : Microsoft.ReportingServices.OnDemandReportRendering.MapLayerInstance
type MapTileLayerInstance = class
inherit MapLayerInstance
Public NotInheritable Class MapTileLayerInstance
Inherits MapLayerInstance
- Inheritance
Properties
MaximumZoom |
Gets the calculated value of the MaximumZoom property in a MapLayer class. (Inherited from MapLayerInstance) |
MinimumZoom |
Gets the calculated value of the MinimumZoom property in a MapLayer class. (Inherited from MapLayerInstance) |
ServiceUrl |
Gets the calculated value of the ServiceUrl property in a MapTileLayer class. |
TileStyle |
Gets the calculated value of the TileStyle property in a MapTileLayer class. |
Transparency |
Gets the calculated value of the Transparency property in a MapLayer class. (Inherited from MapLayerInstance) |
UseSecureConnection |
Gets the calculated value of the UseSecureConnection property in a MapTileLayer class. |
VisibilityMode |
Gets the calculated value of the VisibilityMode property in a MapLayer class. (Inherited from MapLayerInstance) |
Methods
GetTileData(String, String) |
Gets the tile data. |
ResetInstanceCache() |
Resets the instance properties to initial values. (Inherited from MapLayerInstance) |
SetTileData(String, Byte[], String) |
Sets the tile data. |