Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

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="field">Product</property>
    <property name="group">RegionGroup</property>
  </properties>
</function>
  • No labels