REPORT_CLASS_LOADER A java.lang.ClassLoader instance to be used during the report filling process to load resources such
as images, fonts and subreport templates.
REPORT_FORMAT_FACTORY A
net.sf.jasperreports.engine.util.FormatFactory FormatFactory instance to be used
during the report filling process to create instances of java.text.DateFormat to format date text
fields and instances of java.text.NumberFormat to format numeric text fields.
REPORT_URL_HANDLER_FACTORY A java.net.URLStreamHandlerFactory instance to be used during the report filling process to
handler custom URL protocols for loading resources such as images, fonts and subreport templates.
final public static String IS_IGNORE_PAGINATION(Code)
Whether to use pagination.
If set to true the report will be generated on one long page.
REPORT_CLASS_LOADER
final public static String REPORT_CLASS_LOADER(Code)
A java.lang.ClassLoader instance to be used during the report filling process to load resources such
as images, fonts and subreport templates.
REPORT_CONNECTION
final public static String REPORT_CONNECTION(Code)
A java.sql.Connection needed to run the default report query.
REPORT_DATA_SOURCE
final public static String REPORT_DATA_SOURCE(Code)
A
JRDataSource instance representing the report data source. JasperReports defines some convenience implementations
of JRDataSource, but users may create their own data sources for specific needs.
REPORT_FORMAT_FACTORY
final public static String REPORT_FORMAT_FACTORY(Code)
A
net.sf.jasperreports.engine.util.FormatFactory FormatFactory instance to be used
during the report filling process to create instances of java.text.DateFormat to format date text
fields and instances of java.text.NumberFormat to format numeric text fields.
An integer allowing users to limit the datasource size.
REPORT_PARAMETERS_MAP
final public static String REPORT_PARAMETERS_MAP(Code)
A Map containing report parameters passed by users at fill time.
REPORT_RESOURCE_BUNDLE
final public static String REPORT_RESOURCE_BUNDLE(Code)
The java.util.ResourceBundle containing localized messages. If the resource bundle base name is specified at
design time, the engine will try to load the resource bundle using specified name and locale.
A
java.util.Collection collection of
JRTemplate templates passed to the
report at fill time.
These templates add to the ones specified in the report (see
JRReport.getTemplates ).
In the final templates list they are placed after the report templates; therefore styles from
these templates can use and override styles in the report templates.
They are, however, placed before the report styles hence report styles can use and override
styles from these templates.
A java.util.TimeZone instance to use for date formatting.
REPORT_URL_HANDLER_FACTORY
final public static String REPORT_URL_HANDLER_FACTORY(Code)
A java.net.URLStreamHandlerFactory instance to be used during the report filling process to
handler custom URL protocols for loading resources such as images, fonts and subreport templates.
REPORT_VIRTUALIZER
final public static String REPORT_VIRTUALIZER(Code)
The
JRVirtualizer JRVirtualizer to be used for page virtualization. This parameter is optional.