public interface ReportFiller
Modifier and Type | Method and Description |
---|---|
void |
addFillListener(FillListener listener) |
void |
cancelFill() |
JasperPrint |
fill(java.util.Map<java.lang.String,java.lang.Object> parameters) |
JasperPrint |
fill(java.util.Map<java.lang.String,java.lang.Object> parameters,
java.sql.Connection connection) |
JasperPrint |
fill(java.util.Map<java.lang.String,java.lang.Object> parameters,
JRDataSource dataSource) |
JRFillContext |
getFillContext() |
boolean |
isPageFinal(int pageIndex) |
JasperPrint fill(java.util.Map<java.lang.String,java.lang.Object> parameters, java.sql.Connection connection) throws JRException
JRException
JasperPrint fill(java.util.Map<java.lang.String,java.lang.Object> parameters, JRDataSource dataSource) throws JRException
JRException
JasperPrint fill(java.util.Map<java.lang.String,java.lang.Object> parameters) throws JRException
JRException
void addFillListener(FillListener listener)
void cancelFill() throws JRException
JRException
boolean isPageFinal(int pageIndex)
JRFillContext getFillContext()
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com