ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Map Class / MapTitles Property

In This Topic
    MapTitles Property
    In This Topic
    Gets the map titles.
    Syntax
    'Declaration
     
    Public ReadOnly Property MapTitles As IList(Of MapTitle)
    public IList<MapTitle> MapTitles {get;}
    See Also