Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Excerpt
hiddentrue

Hides equal values in a group where only the first changed value is printed.

Description

The ItemHideFunction hides equal values in a group. Only the first changed value is printed. This function uses the property tag to define the name of the object in the Item Section that should be made visible or invisible by this function. The property tag, field, defines the field in the datasource or the expression which should be used to determine the visibility.

Example

Code Block
xml
xml
<function class="org.jfree.report.function.ItemHideFunction" name="HideCategory">
  <properties>
    <property name="field">Category</property>
  </properties>
</function>