}
protected ReportTarget createReportTarget(final ReportJob job)
throws ReportProcessingException
{
final ReportStructureRoot report = job.getReportStructureRoot();
final ResourceManager resourceManager = report.getResourceManager();
return new ChartRawReportTarget(job, resourceManager, report.getBaseResource(),
inputRepository, outputRepository, targetName, imageService, dataSourceFactory);
}