Class ReportHeader

  • All Implemented Interfaces:
    Serializable, Cloneable, Iterable<Element>, DataTarget, ReportElement, RootLevelBand

    public class ReportHeader
    extends AbstractRootLevelBand
    A report band that is printed once only at the beginning of the report.

    A flag can be set forcing the report generator to start a new page after printing the report header.

    Note that if there is a page header on the first page of your report, it will be printed above the report header, the logic being that the page header *always* appears at the top of the page. In many cases, it makes better sense to suppress the page header on the first page of the report (leaving just the report header on page 1).

    Author:
    David Gilbert, Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • ReportHeader

        public ReportHeader()
        Constructs a report header, initially containing no elements.