HtmlRenderingSetup setup = new HtmlRenderingSetup(report);
FastHtmlTextExtractor te = setup.createFastExtractor();
Band element = (Band) report.getReportHeader().getElement(0);
HashMap<InstanceID, FastHtmlImageBounds> recordedBounds = new HashMap<InstanceID, FastHtmlImageBounds>();
FastHtmlImageBounds bounds = new FastHtmlImageBounds(StrictGeomUtility.toInternalValue(20.465),
StrictGeomUtility.toInternalValue(20.465), StrictGeomUtility.toInternalValue(16),
StrictGeomUtility.toInternalValue(16));
recordedBounds.put(element.getElement(1).getObjectID(), bounds);
ExpressionRuntime runtime = new GenericExpressionRuntime(new DefaultTableModel(), 0, new DefaultProcessingContext(report));