GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : MapTileLayer Class |
For a list of all members of this type, see MapTileLayer members.
Name | Description | |
---|---|---|
MapTiles | Gets 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. | |
MaximumZoom | 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. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapLayer) | |
MinimumZoom | Gets 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) | |
Name | Name of the layer. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapLayer) | |
Provider | Gets or sets the name of tile provider. 'Bing' by default. | |
TileStyle | Gets or sets the tiles style That evaluates to one of MapTileLayer.MapTileStyle. The default value is MapTileLayer.MapTileStyle.Road. | |
Transparency | Gets 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) | |
UseSecureConnection | Gets or sets value indicating whether secure connection should be used for tiles retrieveing. | |
VisibilityMode | Gets or sets the layer visibility mode. That evaluates to one of MapVisibilityMode. The default value is MapVisibilityMode.Visible. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapLayer) |