[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapLayer.MaximumZoom

MaximumZoom Property

MaximumZoom

Gets or sets the maximum zoom level at which the layer is visible. Ignored if VisibilityMode != ZoomBased. An expression should evaluate to a double. The default value is 200.

Declaration
[ExpressionBaseType(typeof(double))]
public ExpressionInfo MaximumZoom { get; set; }