net.sf.dynamicreports.jasper.builder
Class JasperConcatenatedReportBuilder
java.lang.Object
net.sf.dynamicreports.jasper.builder.JasperConcatenatedReportBuilder
- All Implemented Interfaces:
- Serializable
public class JasperConcatenatedReportBuilder
- extends Object
- implements Serializable
This report builder allows concatenating several separated reports into one single document.
Each report starts on a new page with its own page dimension.
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JasperConcatenatedReportBuilder
public JasperConcatenatedReportBuilder()
JasperConcatenatedReportBuilder
public JasperConcatenatedReportBuilder(JasperReportHandler jasperReportHandler)
concatenate
public JasperConcatenatedReportBuilder concatenate(JasperReportBuilder... jasperReportBuilders)
toPng
public JasperConcatenatedReportBuilder toPng(OutputStream outputStream)
throws DRException
- Throws:
DRException
toPng
public JasperConcatenatedReportBuilder toPng(OutputStream outputStream,
float zoom)
throws DRException
- Throws:
DRException
continuousPageNumbering
public JasperConcatenatedReportBuilder continuousPageNumbering()
setContinuousPageNumbering
public JasperConcatenatedReportBuilder setContinuousPageNumbering(boolean continuousPageNumbering)
toCsv
public JasperConcatenatedReportBuilder toCsv(OutputStream outputStream)
throws DRException
- Throws:
DRException
toCsv
public JasperConcatenatedReportBuilder toCsv(JasperCsvExporterBuilder csvExporterBuilder)
throws DRException
- Throws:
DRException
toDocx
public JasperConcatenatedReportBuilder toDocx(OutputStream outputStream)
throws DRException
- Throws:
DRException
toDocx
public JasperConcatenatedReportBuilder toDocx(JasperDocxExporterBuilder docxExporterBuilder)
throws DRException
- Throws:
DRException
toHtml
public JasperConcatenatedReportBuilder toHtml(OutputStream outputStream)
throws DRException
- Throws:
DRException
toHtml
public JasperConcatenatedReportBuilder toHtml(JasperHtmlExporterBuilder htmlExporterBuilder)
throws DRException
- Throws:
DRException
toOds
public JasperConcatenatedReportBuilder toOds(OutputStream outputStream)
throws DRException
- Throws:
DRException
toOds
public JasperConcatenatedReportBuilder toOds(JasperOdsExporterBuilder odsExporterBuilder)
throws DRException
- Throws:
DRException
toOdt
public JasperConcatenatedReportBuilder toOdt(OutputStream outputStream)
throws DRException
- Throws:
DRException
toOdt
public JasperConcatenatedReportBuilder toOdt(JasperOdtExporterBuilder odtExporterBuilder)
throws DRException
- Throws:
DRException
toPdf
public JasperConcatenatedReportBuilder toPdf(OutputStream outputStream)
throws DRException
- Throws:
DRException
toPdf
public JasperConcatenatedReportBuilder toPdf(JasperPdfExporterBuilder pdfExporterBuilder)
throws DRException
- Throws:
DRException
toRtf
public JasperConcatenatedReportBuilder toRtf(OutputStream outputStream)
throws DRException
- Throws:
DRException
toRtf
public JasperConcatenatedReportBuilder toRtf(JasperRtfExporterBuilder rtfExporterBuilder)
throws DRException
- Throws:
DRException
toText
public JasperConcatenatedReportBuilder toText(OutputStream outputStream)
throws DRException
- Throws:
DRException
toText
public JasperConcatenatedReportBuilder toText(JasperTextExporterBuilder textExporterBuilder)
throws DRException
- Throws:
DRException
toXhtml
public JasperConcatenatedReportBuilder toXhtml(OutputStream outputStream)
throws DRException
- Throws:
DRException
toXhtml
public JasperConcatenatedReportBuilder toXhtml(JasperXhtmlExporterBuilder xhtmlExporterBuilder)
throws DRException
- Throws:
DRException
toExcelApiXls
public JasperConcatenatedReportBuilder toExcelApiXls(OutputStream outputStream)
throws DRException
- Throws:
DRException
toExcelApiXls
public JasperConcatenatedReportBuilder toExcelApiXls(JasperExcelApiXlsExporterBuilder excelApiXlsExporterBuilder)
throws DRException
- Throws:
DRException
toXls
public JasperConcatenatedReportBuilder toXls(OutputStream outputStream)
throws DRException
- Throws:
DRException
toXls
public JasperConcatenatedReportBuilder toXls(JasperXlsExporterBuilder xlsExporterBuilder)
throws DRException
- Throws:
DRException
toXlsx
public JasperConcatenatedReportBuilder toXlsx(OutputStream outputStream)
throws DRException
- Throws:
DRException
toXlsx
public JasperConcatenatedReportBuilder toXlsx(JasperXlsxExporterBuilder xlsxExporterBuilder)
throws DRException
- Throws:
DRException
toXml
public JasperConcatenatedReportBuilder toXml(OutputStream outputStream)
throws DRException
- Throws:
DRException
toXml
public JasperConcatenatedReportBuilder toXml(JasperXmlExporterBuilder xmlExporterBuilder)
throws DRException
- Throws:
DRException
toPptx
public JasperConcatenatedReportBuilder toPptx(OutputStream outputStream)
throws DRException
- Throws:
DRException
toPptx
public JasperConcatenatedReportBuilder toPptx(JasperPptxExporterBuilder pptxExporterBuilder)
throws DRException
- Throws:
DRException
export
public JasperConcatenatedReportBuilder export(AbstractJasperExporterBuilder<?,? extends AbstractJasperExporter> exporterBuilder)
throws DRException
- Throws:
DRException
Copyright © 2010-2014. All Rights Reserved.