ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / IMapTileLayer Interface / EmbeddedTiles Property

In This Topic
    EmbeddedTiles Property
    In This Topic
    Gets the collection of embedded tiles.
    Syntax
    'Declaration
     
    ReadOnly Property EmbeddedTiles As IEnumerable(Of IEmbeddedMapTile)
    IEnumerable<IEmbeddedMapTile> EmbeddedTiles {get;}

    Property Value

    An IEnumerable representing the collection of embedded tiles.
    See Also