Interface ReportExportConfiguration

    • Method Detail

      • getStartPageIndex

        java.lang.Integer getStartPageIndex()
        Returns an integer value representing the start index of the page range to be exported. This is useful when only a range of pages is needed for export.
      • getEndPageIndex

        java.lang.Integer getEndPageIndex()
        Returns an integer value representing the end index of the page range to be exported. This is useful when only a range of pages is needed for export.
      • getPageIndex

        java.lang.Integer getPageIndex()
        Returns an integer value representing the index of the page to be exported. This is useful when only one page of the entire report is needed for export.
      • getProgressMonitor

        JRExportProgressMonitor getProgressMonitor()
        Return a JRExportProgressMonitor instance for monitoring export status. This is useful for users who need to be notified after each page is exported (a GUI tool that shows a progress bar might need this feature).
      • getExporterFilter

        ExporterFilter getExporterFilter()
        Returns an instance of the ExporterFilter interface to be used by the exporter to filter the elements to be exported.
      • getOffsetX

        java.lang.Integer getOffsetX()
        A setting that allows users to move the entire content of each page horizontally. It is mostly useful for printing, when the report data does not fit inside the page margins.
      • getOffsetY

        java.lang.Integer getOffsetY()
        A setting that allows users to move the entire content of each page vertically. It is mostly useful for printing, when the report data does not fit inside the page margins.