ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapPolygonLayer Class / Elements Property

In This Topic
    Elements Property (MapPolygonLayer)
    In This Topic
    Returns a collection of layer elements.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable ReadOnly Property Elements As IEnumerable(Of MapSpatialElement)
    public override IEnumerable<MapSpatialElement> Elements {get;}
    See Also