report.getReportConfiguration().setConfigProperty(ClassicEngineCoreModule.COMPLEX_TEXT_CONFIG_OVERRIDE_KEY, "false");
final DebugRenderer renderer = new DebugRenderer();
renderer.setValidator(new Prd3133ReportValidator(false));
final DebugReportProcessor reportProcessor = new DebugReportProcessor(report, renderer);
reportProcessor.processReport();
}
public void testPageSumComplex() throws Exception
{
final MasterReport report = createReport();