ActiveReports 8
Parents Property
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IDataScope Interface : Parents Property

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
ReadOnly Property Parents As IDataScope()
C# 
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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also