An abstract representation of a Jasper report. This interface is inherited by all report implementations
(designs, compiled reports, filled reports). It only contains constants and getters and setters for the most common
report properties and elements.
author: Teodor Danciu (teodord@users.sourceforge.net) version: $Id: JRReport.java 1797 2007-07-30 09:38:35Z teodord $
isFloatColumnFooter() Specifie if the column footer section will be printed at the bottom of the column or if it
will immediately follow the last detail or group footer printed on the current column.
public boolean
isIgnorePagination() Decides whether to use pagination when filling the report.
public boolean
isSummaryNewPage() Specifies if the summary section will be printed on a separate last page.
public boolean
isTitleNewPage() Specifies if the title section will be printed on a separate initial page.
Specifies whether columns will be filled horizontally or vertically.
See Also:JRReport See Also: PRINT_ORDER_VERTICAL, See Also:JRReport See Also: PRINT_ORDER_HORIZONTAL
Returns the list of report templates.
A report template is an expression which resolves at runtime to a
JRTemplate template .
Templates include styles which can be used in the report.
The order in which the templates are included in the report is important:
A style's parent must appear before the style itself.
A style overrides styles with the same name that are placed before it.
Also, report styles override templates styles with the same name.
Specifie if the column footer section will be printed at the bottom of the column or if it
will immediately follow the last detail or group footer printed on the current column.
Decides whether to use pagination when filling the report.
If set to true the report will be generated on one long page.
The design attribute can be overridden at fill time by the
JRParameter.IS_IGNORE_PAGINATION IS_IGNORE_PAGINATION parameter.
whether to use pagination when filling the report