Partager via


Classe MapTileLayer

Represents a raster-based map layer to be drawn in a map.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapLayer
      Microsoft.ReportingServices.OnDemandReportRendering..::..MapTileLayer

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class MapTileLayer _
    Inherits MapLayer
'Utilisation
Dim instance As MapTileLayer
public sealed class MapTileLayer : MapLayer
public ref class MapTileLayer sealed : public MapLayer
[<SealedAttribute>]
type MapTileLayer =  
    class
        inherit MapLayer
    end
public final class MapTileLayer extends MapLayer

Le type MapTileLayer expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriété publique MapTiles Gets a collection of map tiles to be embedded in the map tile layer.
Propriété publique MaximumZoom Gets the maximum zoom level at which the map layer is visible. (hérité de MapLayer.)
Propriété publique MinimumZoom Gets the minimum zoom level at which the map layer is visible. (hérité de MapLayer.)
Propriété publique Name Gets the name of the map layer. (hérité de MapLayer.)
Propriété publique ServiceUrl Gets the URL of the web service that stores the tile data.
Propriété publique TileStyle Gets the map tile style.
Propriété publique Transparency Gets the transparency for map lines in the map layer as a percentage. (hérité de MapLayer.)
Propriété publique UseSecureConnection Indicates whether to use secure connection to connect to the web service specified in ServiceUrl.
Propriété publique VisibilityMode Gets the visibility mode for the map layer. (hérité de MapLayer.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ protégé m_instance Infrastructure. (hérité de MapObjectCollectionItem.)
Champ protégé m_map Infrastructure. (hérité de MapLayer.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IMapObjectCollectionItem. . :: . .SetNewContext (hérité de MapObjectCollectionItem.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.