ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapLayer Class / MaximumZoom Property

In This Topic
    MaximumZoom Property (MapLayer)
    In This Topic
    Gets or sets the maximum 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 200.
    Syntax
    'Declaration
     
    Public Property MaximumZoom As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo MaximumZoom {get; set;}
    See Also