protected AttributeMap computeAttributes(final FlowController fc, final Element element, final ReportTarget target)
throws DataSourceException
{
final AttributeMap map = new AttributeMap(super.computeAttributes(fc, element, target));
map.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, "iteration-count", getIterationCount());
map.makeReadOnly();
return map;
}
}