ItemCountFunction

Description

A report function that counts items in a report. If the "group" property is set, the item count is reset to zero whenever the group changes.

Example

<function class="org.jfree.report.function.ItemCountFunction" name="Product_Count">
  <properties>
    <property name="group">RegionGroup</property>
  </properties>
</function>