private void setupItemBand(final MasterReport report)
{
final Band band = report.getItemBand();
band.getStyle().setStyleProperty(ElementStyleKeys.MIN_HEIGHT, new Float(20));
final ItemCountFunction icf = new ItemCountFunction();
icf.setName("ITEM_COUNT");
report.addExpression(icf);
final TextFieldElementFactory factory2 = new TextFieldElementFactory();
factory2.setFontName("Serif");