exporter.setParameter(JRHtmlExporterParameter.HTML_HEADER, "");
exporter.setParameter(JRHtmlExporterParameter.HTML_FOOTER, "");
exporter.setParameter(JRHtmlExporterParameter.BETWEEN_PAGES_HTML, "");
exporter.setParameter(JRHtmlExporterParameter.IS_USING_IMAGES_TO_ALIGN, new Boolean(true));
exporter.setParameter(JRExporterParameter.PAGE_INDEX, new Integer(page - 1));
exporter.exportReport();
outReport.setContent(buf.toString());
createPageNavigationControls(req, res, page, reportPrint.getPages().size(), reportModel, backModel);
}
}