Class MapView
Represents the center of the map viewport.
Inheritance
System.Object
    MapView
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: BoldReports.RDL.DOM
Assembly: BoldReports.Web.dll
Syntax
public abstract class MapView
  Constructors
MapView()
Declaration
protected MapView()
  Properties
Zoom
Gets or sets the zoom level of the map.
Declaration
public string Zoom { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | A string representing the zoom level.  |