Classe MapTileLayer
Represents a raster-based map layer to be drawn in a map.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.MapLayer
Microsoft.ReportingServices.OnDemandReportRendering.MapTileLayer
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class MapTileLayer _
Inherits MapLayer
'Uso
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
O tipo MapTileLayer expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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. (Herdado de MapLayer.) | |
MinimumZoom | Gets the minimum zoom level at which the map layer is visible. (Herdado de MapLayer.) | |
Name | Gets the name of the map layer. (Herdado 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. (Herdado 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. (Herdado de MapLayer.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IMapObjectCollectionItem.SetNewContext | Infraestrutura. Sets a new context for the collection. (Herdado de MapObjectCollectionItem.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering