ActiveReports 12
MapTiles Property

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > MapTileLayer Class : MapTiles Property
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.
Syntax
'Declaration
 
Public ReadOnly Property MapTiles As IList(Of MapTile)
public IList<MapTile> MapTiles {get;}
See Also

Reference

MapTileLayer Class
MapTileLayer Members