3 Element Script
A script attached to a report element is evaluated before the element is processed. The script can change the properties of the element, including visibility. Because element script executes after query execution, the script also has access to the element's data.
In fact, an element script can access any element in the report. However, it is not good practice to modify the properties of one element from within the script of another element. See Script Debugging for alternative approaches.
See Also
Editing Script, for instructions on accessing and using the Script Editor.
Script Evaluation, for the order of script evaluation.
| << 2.6 Accessing Element Properties | © 1996-2013 InetSoft Technology Corporation (v11.5) | 3.1 Element Inheritance Hierarchy >> |