* @throws JRException
* @throws IOException
*/
protected void exportReportToStream() throws JRException, IOException
{
colorWriter = new FileBufferedWriter();
fontWriter = new FileBufferedWriter();
writer = new FileBufferedWriter();
for(reportIndex = 0; reportIndex < jasperPrintList.size(); reportIndex++ ){
setJasperPrint((JasperPrint)jasperPrintList.get(reportIndex));
List pages = jasperPrint.getPages();