ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IDataScope Interface / Parents Property

In This Topic
    Parents Property
    In This Topic
    The data scopes that are considered direct parents of the current scope.
    Syntax
    'Declaration
     
    ReadOnly Property Parents As IDataScope()
    IDataScope[] Parents {get;}
    Remarks
    A scope can have zero or more parents. For example, if the current scope represents a matrix cell, it will have a parent from each of the leaf members on the row and column axis. However, a grouping or data region will have only one parent.
    See Also