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


Класс MapElementView

Represents the center of a map viewport based on a map spatial element.

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

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.MapView
    Microsoft.ReportingServices.OnDemandReportRendering.MapElementView

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

Синтаксис

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

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

Свойства

  Имя Описание
Открытое свойство Instance Gets the report instance object that contains the calculated values of this report definition object.
Открытое свойство LayerName Gets the name of the map layer that contains the spatial element that is to be centered in a map viewport.
Открытое свойство MapBindingFieldPairs Gets a collection of MapBindingFieldPair that is used to identify the spatial element that is to be centered in a map viewport.
Открытое свойство Zoom Gets the zoom level of a map viewport. (Производный от MapView.)

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

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

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

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering