ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapLineLayer Class / MapLines Property

In This Topic
    MapLines Property
    In This Topic
    Gets the set of embedded lines in the layer.
    Syntax
    'Declaration
     
    Public ReadOnly Property MapLines As IList(Of MapLine)
    public IList<MapLine> MapLines {get;}
    See Also