ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapViewport Class
Fields Properties

In This Topic
    MapViewport Class Members
    In This Topic

    The following tables list the members exposed by MapViewport.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the MapViewport class.  
    Top
    Public Fields
     NameDescription
    Public FieldDefault value for the geographical format of map medians labels.  
    Public FieldDefault value for the geographical format of map parallels labels.  
    Public FieldDefault value for the height of map viewport.  
    Public FieldDefault value for the X coordinate of the map viewport top left point.  
    Public FieldDefault value for the map projection.  
    Public FieldDefault value for the maximum zoom level allowed.  
    Public FieldDefault value for the minimum zoom level allowed.  
    Public FieldDefault value for the planar format of map medians labels.  
    Public FieldDefault value for the Y coordinate of the map viewport top left point.  
    Public FieldDefault value for the width of map viewport.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the content margin. An expression should evaluate to a Length. The default value is 10pt.  
    Public PropertyGets or sets the meridians and parallels will be drawn under the map content. An expression should evaluate to a System.Boolean.  
    Public PropertyThe map projection That evaluates to one of CoordinateSystem. The default value is CoordinateSystem.Planar.  
    Public PropertyGets or sets the map limits. Automatically calculated if omitted.  
    Public PropertyGets or sets the map meridians.  
    Public PropertyGets or sets the map parallels.  
    Public PropertyThe map projection. That evaluates to one of MapProjection. The default value is MapProjection.Equirectangular.  
    Public PropertyGets or sets the view center and zoom. An expression should evaluate to a MapView.  
    Public PropertyGets or sets the maximum zoom level allowed. An expression should evaluate to a System.Double. The default value is 20000.  
    Public PropertyGets or sets the minimum zoom level allowed. An expression should evaluate to a System.Double. The default value is 20.  
    Public PropertyGets or sets the X projection center in geographic units. Automatically calculated if omitted. An expression should evaluate to a System.Double.  
    Public PropertyGets or sets the Y projection center in geographic units. Automatically calculated if omitted. An expression should evaluate to a System.Double.  
    Public PropertySimplification resolution in map units to be applied to polygon and line layers. An expression should evaluate to a System.Double. The default value is 0 (No simplification).  
    Top
    See Also