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,
JasperReportSource reportSource,
Map<String,Object> parameters) |
|
static AsynchronousFillHandle |
AsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext,
JasperReportSource reportSource,
Map<String,Object> parameters,
Connection conn) |
|
static AsynchronousFillHandle |
AsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext,
JasperReportSource reportSource,
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.
|