ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapView Class / Zoom Property

In This Topic
    Zoom Property (MapView)
    In This Topic
    Gets or sets the viewport zoom level. Automatically calculated if omitted based on the MapView type. An expression should evaluate to a System.Double.
    Syntax
    'Declaration
     
    Public Property Zoom As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Zoom {get; set;}
    See Also