ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapLayer Class / MinimumZoom Property

In This Topic
    MinimumZoom Property (MapLayer)
    In This Topic
    Gets or sets the minimum zoom level at which the layer is visible. Ignored if VisibilityMode != MapVisibilityMode.ZoomBased. An expression should evaluate to a System.Double. The default value is 50.
    Syntax
    'Declaration
     
    Public Property MinimumZoom As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo MinimumZoom {get; set;}
    See Also