ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / MapViewCenterUnits Enumeration

In This Topic
    MapViewCenterUnits Enumeration
    In This Topic
    Specify the type of the MapViewport.MapView.
    Syntax
    'Declaration
     
    Public Enum MapViewCenterUnits 
       Inherits System.Enum
    public enum MapViewCenterUnits : System.Enum 
    Members
    MemberDescription
    CoordinatesMapViewport uses MapDataBoundView or MapElementView (coordinates are calculated based on data).
    PercentsMapViewport uses MapCustomView.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapViewCenterUnits

    See Also