public final class JRFiller extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_DEFAULT_LOCALE
The default locale used to fill reports.
|
static String |
PROPERTY_DEFAULT_TIMEZONE
The default time zone used to fill reports.
|
public static final String PROPERTY_DEFAULT_LOCALE
The property is overridden by the value of the JRParameter.REPORT_LOCALE parameter.
By default, the system/JVM locale is used.
public static final String PROPERTY_DEFAULT_TIMEZONE
The property is overridden by the value of the JRParameter.REPORT_TIME_ZONE parameter.
By default, the system/JVM time zone is used.
public static JasperPrint fill(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String,Object> parameters, Connection conn) throws JRException
JRExceptionpublic static JasperPrint fill(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String,Object> parameters, JRDataSource dataSource) throws JRException
JRExceptionpublic static JasperPrint fill(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String,Object> parameters) throws JRException
REPORT_DATA_SOURCE
has been specified, it will be used as data source.jasperReport - the reportparameters - the fill parametersJRExceptionpublic static JRBaseFiller createFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport) throws JRException
JRExceptionprotected static JRBaseFiller createBandReportFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport) throws JRException
JRExceptionpublic static ReportFiller createReportFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport) throws JRException
JRExceptionpublic static JasperPrint fillReport(JasperReport jasperReport, Map<String,Object> parameters, Connection conn) throws JRException
fill(JasperReportsContext, JasperReport, Map, Connection).JRExceptionpublic static JasperPrint fillReport(JasperReport jasperReport, Map<String,Object> parameters, JRDataSource dataSource) throws JRException
fill(JasperReportsContext, JasperReport, Map, JRDataSource).JRExceptionpublic static JasperPrint fillReport(JasperReport jasperReport, Map<String,Object> parameters) throws JRException
fill(JasperReportsContext, JasperReport, Map).JRExceptionpublic static JRBaseFiller createFiller(JasperReport jasperReport) throws JRException
createFiller(JasperReportsContext, JasperReport).JRExceptionCopyright © 2015. All rights reserved.