ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / IMap Interface / Titles Property

In This Topic
    Titles Property (IMap)
    In This Topic
    Collection of map rendering titles.
    Syntax
    'Declaration
     
    ReadOnly Property Titles As IEnumerable(Of IMapTitle)
    IEnumerable<IMapTitle> Titles {get;}
    See Also