Класс MapPolygon
Represents a polygon-based spatial element (for example, a continent, a country, or a state) to be embedded in a map polygon layer.
Иерархия наследования
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.MapSpatialElement
Microsoft.ReportingServices.RdlObjectModel.MapPolygon
Пространство имен: 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 | Gets or sets 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 | Инфраструктура. Gets or sets the site associated with the ReportObject object. (Производный от 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 | Инфраструктура. Returns the list of report object that contains data scopes. (Производный от ReportObject.) |
![]() |
GetDataScopesForDefaultImpl | Инфраструктура. Returns the data scopes for default implementation. (Производный от ReportObject.) |
![]() |
GetDependenciesCore | Инфраструктура. Returns the dependencies core for the ReportObject object. (Производный от ReportObject.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
Initialize | Initializes the current MapPolygon instance. (Переопределяет MapSpatialElement.Initialize().) |
![]() |
InitializeForDesigner | Инфраструктура. Initializes the report object for designer. (Производный от ReportObject.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
OnChildPropertyChanged | Инфраструктура. Raises an event when the property of the child was changed. (Производный от ReportObject.) |
![]() |
OnPropertyChanged | Инфраструктура. Raises an event when the property was changed. (Производный от ReportObject.) |
![]() |
RdlSemanticEqualsCore | Инфраструктура. Returns whether the report definition language semantic is the same with the core object. (Производный от ReportObject.) |
![]() |
SavePropertyValue<T> | Инфраструктура. Saves the property value of the report object. (Производный от ReportObject.) |
![]() |
ToString | (Производный от Object.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
![]() ![]() |
IDisposable.Dispose | Инфраструктура. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Производный от ReportObject.) |
![]() ![]() |
IComponent.Disposed | Инфраструктура. Occurs when the ReportObject object is disposed. (Производный от ReportObject.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel