[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapLayer

MapLayer Class

Defines a layer to be drawn within a map

Inheritance
MapLayer
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public abstract class MapLayer

Constructors

Name Description
MapLayer()

Initializes a new instance of the MapLayer with default values.

Properties

Name Description
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.

MinimumZoom

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

Name

Name of the layer.

Transparency

Gets or sets the transparency for all map elements contained in this layer. Measured in percents. An expression should evaluate to a double. The default value is 0.

VisibilityMode

Gets or sets the layer visibility mode. That evaluates to one of MapVisibilityMode. The default value is Visible.

Extension Methods