| Methods in net.sf.jasperreports.engine.fill that return AsynchronousFillHandle |
static AsynchronousFillHandle |
AsynchronousFillHandle.createHandle(JasperReport jasperReport,
Map<String,Object> parameters)
|
static AsynchronousFillHandle |
AsynchronousFillHandle.createHandle(JasperReport jasperReport,
Map<String,Object> parameters,
Connection conn)
|
static AsynchronousFillHandle |
AsynchronousFillHandle.createHandle(JasperReport jasperReport,
Map<String,Object> parameters,
JRDataSource dataSource)
|
static AsynchronousFillHandle |
AsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext,
JasperReport jasperReport,
Map<String,Object> parameters)
Creates an asychronous filling handle. |
static AsynchronousFillHandle |
AsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext,
JasperReport jasperReport,
Map<String,Object> parameters,
Connection conn)
Creates an asychronous filling handle. |
static AsynchronousFillHandle |
AsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext,
JasperReport jasperReport,
Map<String,Object> parameters,
JRDataSource dataSource)
Creates an asychronous filling handle. |