Класс MapLimits

Represents the limits of a map viewport.

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

System. . :: . .Object
  Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
      Microsoft.ReportingServices.RdlObjectModel..::..MapLimits

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство ComponentMetadata The component metadata. (Производный от ReportObject.)
Открытое свойство MaximumX Gets or sets the maximum X value in map coordinates for a map viewport.
Открытое свойство MaximumY Gets or sets the maximum Y value in map coordinates for a map viewport.
Открытое свойство MinimumX Gets or sets the minimum X value in map coordinates for a map viewport.
Открытое свойство MinimumY Gets or sets the minimum Y value in map coordinates for a map viewport.
Открытое свойство Parent The parent of this report object. (Производный от ReportObjectBase.)
Открытое свойство Site Инфраструктура. (Производный от ReportObject.)

В начало

Методы

  Имя Описание
Открытый метод 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 MapLimits instance. (Переопределяет ReportObject. . :: . .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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.