ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / HighlightPage Class / Areas Property

In This Topic
    Areas Property
    In This Topic
    Gets all highlight areas withing layer
    Syntax
    'Declaration
     
    Public ReadOnly Property Areas As IEnumerable(Of HighlightArea)
    public IEnumerable<HighlightArea> Areas {get;}
    See Also