final PageFormat pageFormat = new PageFormat();
pageFormat.setPaper(fmFactory.createPaper((double) sequence.getPageWidth(), 1000d));
final SimplePageDefinition pageDefinition = new SimplePageDefinition(pageFormat);
final ProcessingContext processingContext = new DefaultProcessingContext();
final DebugExpressionRuntime runtime = new DebugExpressionRuntime(new DefaultTableModel(), 0, processingContext);
final TableDebugOutputProcessor outputProcessor = new TableDebugOutputProcessor(metaData);
final TableDebugRenderer flowRenderer = new TableDebugRenderer(outputProcessor);
final MasterReport report = new MasterReport();
report.setPageDefinition(pageDefinition);