Class JRBaseReport

    • Field Detail

      • language

        protected String language
      • columnCount

        protected Integer columnCount
      • pageWidth

        protected int pageWidth
      • pageHeight

        protected int pageHeight
      • columnWidth

        protected int columnWidth
      • columnSpacing

        protected int columnSpacing
      • leftMargin

        protected int leftMargin
      • rightMargin

        protected int rightMargin
      • topMargin

        protected int topMargin
      • bottomMargin

        protected int bottomMargin
      • isTitleNewPage

        protected boolean isTitleNewPage
      • isSummaryNewPage

        protected boolean isSummaryNewPage
      • isSummaryWithPageHeaderAndFooter

        protected boolean isSummaryWithPageHeaderAndFooter
      • isFloatColumnFooter

        protected boolean isFloatColumnFooter
      • ignorePagination

        protected boolean ignorePagination
      • formatFactoryClass

        protected String formatFactoryClass
      • importsSet

        protected Set<String> importsSet
      • defaultStyle

        protected JRStyle defaultStyle
      • styles

        protected JRStyle[] styles
      • mainDataset

        protected JRDataset mainDataset
        The main dataset of the report.
      • datasets

        protected JRDataset[] datasets
        Sub datasets of the report.
      • background

        protected JRBand background
      • title

        protected JRBand title
      • pageHeader

        protected JRBand pageHeader
      • columnHeader

        protected JRBand columnHeader
      • detailSection

        protected JRSection detailSection
      • columnFooter

        protected JRBand columnFooter
      • pageFooter

        protected JRBand pageFooter
      • lastPageFooter

        protected JRBand lastPageFooter
      • summary

        protected JRBand summary
      • noData

        protected JRBand noData