ActiveReports 12
MapTileLayer Class Members
Properties 

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : MapTileLayer Class

The following tables list the members exposed by MapTileLayer.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the MapTileLayer class.  
Top
Public Properties
 NameDescription
Public PropertyGets a set of cached tiles returned by the service for a specific zoom level. For other zoom levels the tiles will be requested from the service.  
Public PropertyGets 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. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapLayer)
Public PropertyGets 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. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapLayer)
Public PropertyName of the layer. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapLayer)
Public PropertyGets or sets the name of tile provider. 'Bing' by default.  
Public PropertyGets or sets the tiles style That evaluates to one of MapTileLayer.MapTileStyle. The default value is MapTileLayer.MapTileStyle.Road.  
Public PropertyGets or sets the transparency for all map elements contained in this layer. Measured in percents. An expression should evaluate to a System.Double. The default value is 0. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapLayer)
Public PropertyGets or sets value indicating whether secure connection should be used for tiles retrieveing.  
Public PropertyGets or sets the layer visibility mode. That evaluates to one of MapVisibilityMode. The default value is MapVisibilityMode.Visible. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapLayer)
Top
See Also

Reference

MapTileLayer Class
GrapeCity.ActiveReports.PageReportModel Namespace