this.resourceBundleFactory = new DefaultResourceBundleFactory();
this.report = report;
final ReportDataFactory dataFactory = report.getDataFactory();
if (dataFactory != null)
{
this.dataFactory = dataFactory.derive();
}
this.parameters = new ReportParameters(report.getInputParameters());
this.configuration = new HierarchicalConfiguration(report.getConfiguration());
}