protected FormattedDataBuilder createTemplate(final Band band, final ExpressionRuntime runtime) throws ReportProcessingException, ContentProcessingException { FastExportTemplateProducer templateListener = createTemplateProducer(); final OutputProcessor op = new TemplatingOutputProcessor( runtime.getProcessingContext().getOutputProcessorMetaData(), templateListener); FastSheetLayoutProducer.performLayout(band, runtime, op); return templateListener.createDataBuilder(); }
public void initialize( final ReportDefinition report, final ExpressionRuntime runtime, final boolean pagination) { metaData = runtime.getProcessingContext().getOutputProcessorMetaData(); }