Класс MapPolygon

Represents a polygon-based spatial element (for example, a continent, a country, or a state) to be embedded in a map polygon layer.

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

Синтаксис

'Декларация
Public Class MapPolygon _
    Inherits MapSpatialElement
'Применение
Dim instance As MapPolygon
public class MapPolygon : MapSpatialElement
public ref class MapPolygon : public MapSpatialElement
type MapPolygon =  
    class
        inherit MapSpatialElement
    end
public class MapPolygon extends MapSpatialElement

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

Конструкторы

  Имя Описание
Открытый метод MapPolygon Initializes a new instance of the MapPolygon class.

В начало

Свойства

  Имя Описание
Открытое свойство ComponentMetadata The component metadata. (Производный от ReportObject.)
Открытое свойство MapCenterPointTemplate Gets or sets a custom template that will be applied to the map polygon center point.
Открытое свойство MapFields Gets or sets a collection of MapField objects to be associated with the spatial element. (Производный от MapSpatialElement.)
Открытое свойство MapPolygonTemplate Gets or sets a custom template that will be applied to the map polygon.
Открытое свойство Parent The parent of this report object. (Производный от ReportObjectBase.)
Открытое свойство Site Инфраструктура. (Производный от ReportObject.)
Открытое свойство UseCustomCenterPointTemplate Indicates whether the MapCenterPointTemplate property will be applied to the map polygon center point.
Открытое свойство UseCustomPolygonTemplate Indicates whether the MapPolygonTemplate property will be applied to the map polygon.
Открытое свойство VectorData Gets or sets the vector data for the spatial element. (Производный от MapSpatialElement.)

В начало

Методы

  Имя Описание
Открытый метод DeepClone Returns a deep clone of this ReportObject instance. (Производный от ReportObject.)
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetContainingDataScopes Инфраструктура. (Производный от ReportObject.)
Защищенный метод GetDataScopesForDefaultImpl Инфраструктура. (Производный от ReportObject.)
Защищенный метод GetDependenciesCore Инфраструктура. (Производный от ReportObject.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод Initialize Initializes the current MapPolygon instance. (Переопределяет MapSpatialElement. . :: . .Initialize() () () ().)
Защищенный метод InitializeForDesigner Инфраструктура. (Производный от ReportObject.)
Защищенный метод MemberwiseClone (Производный от Object.)
Защищенный метод OnChildPropertyChanged Инфраструктура. (Производный от ReportObject.)
Защищенный метод OnPropertyChanged Инфраструктура. (Производный от ReportObject.)
Защищенный метод RdlSemanticEqualsCore Инфраструктура. (Производный от ReportObject.)
Защищенный метод SavePropertyValue< (Of < <' (T> ) > > ) Инфраструктура. (Производный от ReportObject.)
Открытый метод ToString (Производный от Object.)

В начало

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

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IDisposable. . :: . .Dispose (Производный от ReportObject.)
Явная реализация интерфейсаЗакрытое событие IComponent. . :: . .Disposed (Производный от ReportObject.)

В начало

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

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