SI.38 ParentReport Object
The nested scope of the bean and sub-report scripting environment results in any variable or element in a bean or a sub-report hiding the objects with same names in the parent report. However, such objects in the parent report can be accessed using the 'parentReport' object. For example, say that a bean has a text element whose id is set to 'Title' and its parent report also has a text element with the id equal to 'Title'. The 'Title' text element in the parent report can be accessed using
parentReport.Title
or
parentReport['Title']
| << removeAllActions() | © 1996-2013 InetSoft Technology Corporation (v11.5) | SI.39 RepletParameters Object >> |