Поделиться через


Класс MapTileLayer

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

Иерархия наследования

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

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public NotInheritable Class MapTileLayer _
    Inherits MapLayer
'Применение
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

Тип MapTileLayer обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство 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. (Производный от MapLayer.)
Открытое свойство MinimumZoom Gets the minimum zoom level at which the map layer is visible. (Производный от MapLayer.)
Открытое свойство Name Gets the name of the map layer. (Производный от 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. (Производный от 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. (Производный от MapLayer.)

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IMapObjectCollectionItem.SetNewContext Инфраструктура. Sets a new context for the collection. (Производный от MapObjectCollectionItem.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering