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


Класс MapCustomView

Represents the center of a map viewport based on an arbitrary point.

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

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.MapView
    Microsoft.ReportingServices.OnDemandReportRendering.MapCustomView

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

Синтаксис

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

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

Свойства

  Имя Описание
Открытое свойство CenterX Gets the x-coordinate of the map viewport center as a percentage of the map content.
Открытое свойство CenterY Gets the y-coordinate of the map viewport center as a percentage of the map content.
Открытое свойство Instance Gets the report instance object that contains the calculated values of this report definition object.
Открытое свойство Zoom Gets the zoom level of a map viewport. (Производный от MapView.)

В начало

Методы

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

В начало

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

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

См. также

Справочник

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