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


Класс MapPolygonLayer

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

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

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering.MapLayer
      Microsoft.ReportingServices.OnDemandReportRendering.MapVectorLayer
        Microsoft.ReportingServices.OnDemandReportRendering.MapPolygonLayer

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

Синтаксис

'Декларация
Public NotInheritable Class MapPolygonLayer _
    Inherits MapVectorLayer
'Применение
Dim instance As MapPolygonLayer
public sealed class MapPolygonLayer : MapVectorLayer
public ref class MapPolygonLayer sealed : public MapVectorLayer
[<SealedAttribute>]
type MapPolygonLayer =  
    class 
        inherit MapVectorLayer 
    end
public final class MapPolygonLayer extends MapVectorLayer

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

Свойства

  Имя Описание
Открытое свойство DataElementName Gets or sets the name for the vector layer to use for the data element or attribute. (Производный от MapVectorLayer.)
Открытое свойство DataElementOutput Indicates whether the vector layer will appear in a data rendering. (Производный от MapVectorLayer.)
Открытое свойство Instance Gets the report instance object that contains the calculated values of this report definition object.
Открытое свойство MapBindingFieldPairs Gets or sets a collection of MapBindingFieldPair elements to be used to bind the map items in the vector layer to the data region that is associated with the layer. (Производный от MapVectorLayer.)
Открытое свойство MapCenterPointRules Gets a set of rules to be applied to the map polygon center point in the parent layer.
Открытое свойство MapCenterPointTemplate Gets a template for the polygon center point to be applied to points in the parent map layer.
Открытое свойство MapDataRegion Gets the data region from which to consume data. (Производный от MapVectorLayer.)
Открытое свойство MapDataRegionName Gets the name of the map data region. (Производный от MapVectorLayer.)
Открытое свойство MapFieldDefinitions Gets a collection of A MapFieldDefinition objects in the vector layer. (Производный от MapVectorLayer.)
Открытое свойство MapPolygonRules Gets a set of rules to be applied to the map polygons in the parent layer.
Открытое свойство MapPolygons Gets a collection of embedded map polygons.
Открытое свойство MapPolygonTemplate Gets a polygon template to be applied for polygons in the parent map layer.
Открытое свойство MapSpatialData Gets a map data region, map data set, or map shapefile as the source for the map points in the vector layer. (Производный от MapVectorLayer.)
Открытое свойство 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.)
Открытое свойство Transparency Gets the transparency for map lines in the map layer as a percentage. (Производный от MapLayer.)
Открытое свойство 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