Setting System Calculation Properties
Text elements and images can be specified as “auto-calculated”. This means that there is a report scriptlet plug-in that is executed at run time to calculate the contents of the text or image element (see Programmers Reference Guide). When you specify that a dynamic text or image element is calculated by such a scriptlet you also need to specify the calculation module of the scriptlet. The calculation module is the fully qualified name of the scriptlet component (that must be written in the Java Programming Language) - for example, com.mysystem.myscriptlets.Scriptlet1.