HideElementByNameFunction
Description
This function hides all objects with a given name, as long as the defined field does not contain the element name.
Example
<function class="org.jfree.report.function.HideElementByNameFunction" name="LeaderVisibility"> <properties> <property name="element">leader</property> <property name="field">recordID</property> </properties> </function> <band name="leader" x="0" y="0"> ... </band>