TotalItemCountFunction

Description

A report function that counts the total number of items contained in groups in a report. If a 'null' group name is given, all groups are counted.

A group can be defined using the property group. If it is not set, all group starts get counted.

Example

<function class="org.jfree.report.function.TotalItemCountFunction" deplevel="" name="Total_Items_Counted">
  <properties>
    <property name="group">REGION GROUP</property>
  </properties>
</function>