ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / ILayoutArea Interface / InteractivityAreas Property

In This Topic
    InteractivityAreas Property
    In This Topic
    Gets the interactivity areas.
    Syntax
    'Declaration
     
    ReadOnly Property InteractivityAreas As IList(Of InteractiveArea)
    IList<InteractiveArea> InteractivityAreas {get;}
    See Also