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

In This Topic
    Elements Property (MapVectorLayer)
    In This Topic
    Gets the elements.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Elements As IEnumerable(Of MapSpatialElement)
    public abstract IEnumerable<MapSpatialElement> Elements {get;}

    Property Value

    The elements.
    See Also