ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapTileLayer Class / MapTiles Property

In This Topic
    MapTiles Property
    In This Topic
    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