Class ReportAttachment

    • Method Detail

      • getExportOptions

        public Map<String,​String> getExportOptions()
        Options which modify default export behavior. Due to variety of export formats options only work for explicitly listed format types.
        • pageOrientation
          • set page orientation
          • default value: 'portrait'
          • supported in: tabular PDF
        • optimalColumnWidth
          • set 'yes' to automatically resize all columns to fit cell's content
          • default is: 'no' (do not auto resize)
          • supported in: tabular PDF
        • pageScalePercentage
          • down-scaling factor (in percent), 100 means no scale-down
          • may not be combined with scaleToPages, scaleToPagesX and scaleToPagesY
          • default is: 100
          • supported in: tabular PDF
        • scaleToPages
          • total number of pages of target PDF file
          • may not be combined with pageScalePercentage, scaleToPagesX and scaleToPagesY
          • default is: unlimited
          • supported in: tabular PDF
        • scaleToPagesX
          • number of horizontal pages of target PDF file
          • may not be combined with pageScalePercentage and scaleToPages, but may be combined with scaleToPagesY
          • default is: unlimited
          • supported in: tabular PDF
        • scaleToPagesY
          • number of vertical pages of target PDF file
          • may not be combined with pageScalePercentage and scaleToPages, but may be combined with scaleToPagesX
          • default is: unlimited
          • supported in: tabular PDF
        Returns:
        map of export options