Package | Description |
---|---|
net.sf.jasperreports.engine.fill |
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2016. All rights reserved.