[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMap

IMap Interface

Represents the map rendering component.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IMap : IStaticItem, IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem

Properties

Name Description
AntiAliasing

Gets the smoothing mode for map rendering.

ColorScale

Gets the color scale rendering settings.

DistanceScale

Gets the distance scale rendering settings.

Layers

Gets the collection of map rendering layers.

Legends

Gets the collection of map rendering legends.

MaximumSpatialElementCount

Gets the maximum number of spatial elements in the map.

MaximumTotalPointCount

Gets the maximum number of points in the map.

ShadowIntensity

Gets the shadow opacity in percents.

TextAntiAliasingQuality

Gets the text rendering hints for map rendering.

TileLanguage

Gets the Bing server setting for tile layer rendering.

Titles

Gets the collection of map rendering titles.

Viewport

Gets the viewport rendering settings.

Extension Methods