net.sf.jasperreports.engine.fill
public final class JRFiller extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static JRBaseFiller |
createFiller(JasperReport jasperReport) |
static JasperPrint |
fillReport(JasperReport jasperReport,
java.util.Map parameters)
Fills a report.
|
static JasperPrint |
fillReport(JasperReport jasperReport,
java.util.Map parameters,
java.sql.Connection conn) |
static JasperPrint |
fillReport(JasperReport jasperReport,
java.util.Map parameters,
JRDataSource dataSource) |
public static JasperPrint fillReport(JasperReport jasperReport, java.util.Map parameters, java.sql.Connection conn) throws JRException
JRException
public static JasperPrint fillReport(JasperReport jasperReport, java.util.Map parameters, JRDataSource dataSource) throws JRException
JRException
public static JasperPrint fillReport(JasperReport jasperReport, java.util.Map parameters) throws JRException
REPORT_DATA_SOURCE
has been specified, it will be used as data source.jasperReport
- the reportparameters
- the fill parametersJRException
public static JRBaseFiller createFiller(JasperReport jasperReport) throws JRException
JRException
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com