MapViewport Class

 

Updated: February 25, 2016

Represents a map viewport.

Namespace:   Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)


public ref class MapViewport sealed : MapSubItem

NameDescription
System_CAPS_pubpropertyBottomMargin

Gets the bottom margin for the subitem.(Inherited from MapSubItem.)

System_CAPS_pubpropertyContentMargin

Gets the margin between a map viewport and its content.

System_CAPS_pubpropertyGridUnderContent

Indicates whether the map meridians and parallels will be drawn under the map content.

System_CAPS_pubpropertyInstance

Gets the report instance object that contains the calculated values of this report definition object.

System_CAPS_pubpropertyLeftMargin

Gets the left margin for the subitem.(Inherited from MapSubItem.)

System_CAPS_pubpropertyMapCoordinateSystem

Gets the map coordinate system for a map.

System_CAPS_pubpropertyMapLimits

Gets the limits of a map viewport.

System_CAPS_pubpropertyMapLocation

Gets the location of the subitem.(Inherited from MapSubItem.)

System_CAPS_pubpropertyMapMeridians

Gets the map horizontal grid for a map.

System_CAPS_pubpropertyMapParallels

Gets the map vertical grid for a map.

System_CAPS_pubpropertyMapProjection

Gets the projection to be used for a map.

System_CAPS_pubpropertyMapSize

Gets the size of the subitem.(Inherited from MapSubItem.)

System_CAPS_pubpropertyMapView

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

System_CAPS_pubpropertyMaximumZoom

Gets the maximum zoom level that is allowed in a map.

System_CAPS_pubpropertyMinimumZoom

Gets the minimum zoom level that is allowed in a map.

System_CAPS_pubpropertyProjectionCenterX

Gets the X projection center of a map viewport in map coordinates.

System_CAPS_pubpropertyProjectionCenterY

Gets the Y projection center of a map viewport in map coordinates.

System_CAPS_pubpropertyRightMargin

Gets the right margin for the subitem.(Inherited from MapSubItem.)

System_CAPS_pubpropertySimplificationResolution

Gets the resolution that is used to simplify map polygons and map lines. The resolution is specified in map coordinates.

System_CAPS_pubpropertyStyle

Gets the style information for the subitem.(Inherited from MapSubItem.)

System_CAPS_pubpropertyTopMargin

Gets the top margin for the subitem.(Inherited from MapSubItem.)

System_CAPS_pubpropertyZIndex

Gets the drawing order of the subitem.(Inherited from MapSubItem.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIMapObjectCollectionItem::SetNewContext()

This API supports the product infrastructure and is not intended to be used directly from your code. Sets a new context for the collection.(Inherited from MapObjectCollectionItem.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: