ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / DataTree.Scope<T> Class / Regions Property

In This Topic
    Regions Property
    In This Topic
    Scope child regions.
    Syntax
    'Declaration
     
    Public ReadOnly Property Regions As DataTree.DataRegion(Of T)()
    public DataTree.DataRegion<T>[] Regions {get;}
    See Also