MapCustomView Class

Definition

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

public ref class MapCustomView sealed : Microsoft::ReportingServices::OnDemandReportRendering::MapView
public sealed class MapCustomView : Microsoft.ReportingServices.OnDemandReportRendering.MapView
type MapCustomView = class
    inherit MapView
Public NotInheritable Class MapCustomView
Inherits MapView
Inheritance
MapCustomView

Fields

m_instance

Specifies the MapViewInstance which contains the instance of the MapView class.

(Inherited from MapView)
m_map

Specifies the map to which this map view applies.

(Inherited from MapView)

Properties

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.

(Inherited from MapView)

Applies to