MapTileLayerInstance Class

Represents an instance type of the MapTileLayer class and contains the calculated values of the properties in MapTileLayer.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.MapLayerInstance
      Microsoft.ReportingServices.OnDemandReportRendering.MapTileLayerInstance

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class MapTileLayerInstance _
    Inherits MapLayerInstance
'Usage
Dim instance As MapTileLayerInstance
public sealed class MapTileLayerInstance : MapLayerInstance
public ref class MapTileLayerInstance sealed : public MapLayerInstance
[<SealedAttribute>]
type MapTileLayerInstance =  
    class
        inherit MapLayerInstance
    end
public final class MapTileLayerInstance extends MapLayerInstance

The MapTileLayerInstance type exposes the following members.

Properties

  Name Description
Public property MaximumZoom Gets the calculated value of the MaximumZoom property in a MapLayer class. (Inherited from MapLayerInstance.)
Public property MinimumZoom Gets the calculated value of the MinimumZoom property in a MapLayer class. (Inherited from MapLayerInstance.)
Public property ServiceUrl Gets the calculated value of the ServiceUrl property in a MapTileLayer class.
Public property TileStyle Gets the calculated value of the TileStyle property in a MapTileLayer class.
Public property Transparency Gets the calculated value of the Transparency property in a MapLayer class. (Inherited from MapLayerInstance.)
Public property UseSecureConnection Gets the calculated value of the UseSecureConnection property in a MapTileLayer class.
Public property VisibilityMode Gets the calculated value of the VisibilityMode property in a MapLayer class. (Inherited from MapLayerInstance.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetTileData Gets the tile data.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ResetInstanceCache Infrastructure. (Inherited from MapLayerInstance.)
Public method SetTileData Sets the tile data.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.