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 | |
---|---|---|
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. (hérité de MapLayer.) | |
MinimumZoom | Gets the minimum zoom level at which the map layer is visible. (hérité de MapLayer.) | |
Name | Gets the name of the map layer. (hérité de 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. (hérité de 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. (hérité de MapLayer.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
m_instance | Infrastructure. (hérité de MapObjectCollectionItem.) | |
m_map | Infrastructure. (hérité de MapLayer.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
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.