ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Data Namespace / DataScopeBase Class / Scope Property

In This Topic
    Scope Property
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Scope As DataTree.Scope(Of Object)
    public DataTree.Scope<object> Scope {get;}
    See Also