Interface RootLevelBand

    • Method Detail

      • getSubReportCount

        int getSubReportCount()
        Returns the number of subreports attached to this root level band.
        Returns:
        the number of subreports.
      • getSubReport

        SubReport getSubReport​(int index)
        Returns the subreport at the given index-position.
        Parameters:
        index - the index
        Returns:
        the subreport stored at the given index.
        Throws:
        IndexOutOfBoundsException - if there is no such subreport.
      • getSubReports

        SubReport[] getSubReports()
        Returns all sub-reports as array.
        Returns:
        the sub-reports as array.