MapTileLayerInstance Class
Updated: February 25, 2016
Represents an instance type of the MapTileLayer class and contains the calculated values of the properties in MapTileLayer.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Microsoft.ReportingServices.OnDemandReportRendering::BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering::MapLayerInstance
Microsoft.ReportingServices.OnDemandReportRendering::MapTileLayerInstance
| Name | Description | |
|---|---|---|
![]() | 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.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetTileData(String^, String^%) | Gets the tile data. |
![]() | GetType() | (Inherited from Object.) |
![]() | SetTileData(String^, array<Byte>^, String^) | Sets the tile data. |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

