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
JRException
JasperPrint fill(Map<String,Object> parameters, JRDataSource dataSource) throws JRException
JRException
JasperPrint fill(Map<String,Object> parameters) throws JRException
JRException
void addFillListener(FillListener listener)
void cancelFill() throws JRException
JRException
boolean isPageFinal(int pageIndex)
JRFillContext getFillContext()
Copyright © 2017. All rights reserved.