[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDataScope.Parents

Parents Property

Parents

Gets the data scopes that are considered direct parents of the current scope.

Declaration
IDataScope[] Parents { get; }
Property Value
Type Description
IDataScope[]

An array of IDataScope representing the direct parents of the current scope.

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.