public interface ReportFiller
| Modifier and Type | Method and Description |
|---|---|
void |
addFillListener(FillListener listener) |
void |
cancelFill() |
JasperPrint |
fill(Map<String,Object> parameters) |
JasperPrint |
fill(Map<String,Object> parameters,
Connection connection) |
JasperPrint |
fill(Map<String,Object> parameters,
JRDataSource dataSource) |
JRFillContext |
getFillContext() |
boolean |
isPageFinal(int pageIndex) |
JasperPrint fill(Map<String,Object> parameters, Connection connection) throws JRException
JRExceptionJasperPrint fill(Map<String,Object> parameters, JRDataSource dataSource) throws JRException
JRExceptionJasperPrint fill(Map<String,Object> parameters) throws JRException
JRExceptionvoid addFillListener(FillListener listener)
void cancelFill()
throws JRException
JRExceptionboolean isPageFinal(int pageIndex)
JRFillContext getFillContext()
Copyright © 2017. All rights reserved.