Класс MapTileLayerInstance
Represents an instance type of the MapTileLayer class and contains the calculated values of the properties in MapTileLayer.
Иерархия наследования
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.MapLayerInstance
Microsoft.ReportingServices.OnDemandReportRendering.MapTileLayerInstance
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public NotInheritable Class MapTileLayerInstance _
Inherits MapLayerInstance
'Применение
Dim instance As MapTileLayerInstance
public sealed class MapTileLayerInstance : MapLayerInstance
public ref class MapTileLayerInstance sealed : public MapLayerInstance
[<SealedAttribute>]
type MapTileLayerInstance =
class
inherit MapLayerInstance
end
public final class MapTileLayerInstance extends MapLayerInstance
Тип MapTileLayerInstance обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
MaximumZoom | Gets the calculated value of the MaximumZoom property in a MapLayer class. (Производный от MapLayerInstance.) | |
MinimumZoom | Gets the calculated value of the MinimumZoom property in a MapLayer class. (Производный от MapLayerInstance.) | |
ServiceUrl | Gets the calculated value of the ServiceUrl property in a MapTileLayer class. | |
TileStyle | Gets the calculated value of the TileStyle property in a MapTileLayer class. | |
Transparency | Gets the calculated value of the Transparency property in a MapLayer class. (Производный от MapLayerInstance.) | |
UseSecureConnection | Gets the calculated value of the UseSecureConnection property in a MapTileLayer class. | |
VisibilityMode | Gets the calculated value of the VisibilityMode property in a MapLayer class. (Производный от MapLayerInstance.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetTileData | Gets the tile data. | |
GetType | (Производный от Object.) | |
SetTileData | Sets the tile data. | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering