Compartir a través de


Clase MapTileLayer

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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

El tipo MapTileLayer expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública MapTiles Gets a collection of map tiles to be embedded in the map tile layer.
Propiedad pública MaximumZoom Gets the maximum zoom level at which the map layer is visible. (Se hereda de MapLayer.)
Propiedad pública MinimumZoom Gets the minimum zoom level at which the map layer is visible. (Se hereda de MapLayer.)
Propiedad pública Name Gets the name of the map layer. (Se hereda de MapLayer.)
Propiedad pública ServiceUrl Gets the URL of the web service that stores the tile data.
Propiedad pública TileStyle Gets the map tile style.
Propiedad pública Transparency Gets the transparency for map lines in the map layer as a percentage. (Se hereda de MapLayer.)
Propiedad pública UseSecureConnection Indicates whether to use secure connection to connect to the web service specified in ServiceUrl.
Propiedad pública VisibilityMode Gets the visibility mode for the map layer. (Se hereda de MapLayer.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IMapObjectCollectionItem.SetNewContext Infraestructura. Sets a new context for the collection. (Se hereda de MapObjectCollectionItem.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering