Searched refs:tempReport (Results 1 – 1 of 1) sorted by relevance
174 final OfficeDocument tempReport = (OfficeDocument) res.getResource(); in parseReport() local175 tempReport.setDataFactory(new StarReportDataFactory(dataSourceFactory)); in parseReport()176 tempReport.setJobProperties(definition.getProcessingParameters().copy()); in parseReport()177 final ReportParameters inputParameters = tempReport.getInputParameters(); in parseReport()187 return tempReport; in parseReport()
Completed in 25 milliseconds