ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapPointLayer Class / MapPoints Property

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