162163164165166167168169170171172
report.cell(item.getCode()); report.cell(item.getName()); report.cell(Format.formatInteger(item.getCount())); report.endRow(); } report.endTableInCell(); report.endRow(); } }