Класс 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