Interface IExportConstants

All Known Implementing Classes:
DrillDownReport, QbReport, SubReport

public interface IExportConstants
This interface contains the constants denoted the various export format.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Turn on all the permissions when the document is opened with the user password
    static final int
    The operation permitted when the document is opened with the user password
    static final int
    The operation permitted when the document is opened with the user password
    static final int
    The operation permitted when the document is opened with the user password
    static final int
    The operation permitted when the document is opened with the user password
    static final int
    The operation permitted when the document is opened with the user password
    static final int
    The operation permitted when the document is opened with the user password
    static final int
    The operation permitted when the document is opened with the user password
    static final int
    The operation permitted when the document is opened with the user password
    static final int
    for barcode to exporting to GIF format
    static final int
    ALIGNMENT CENTER
    static final int
    Export the report in the CSV format
    static final int
    Export the report in the dHTML format
    static final String
    internal use only DHTML HEADER
    static final int
    Exports the report in EXCEL format
    static final int
    Exports the report in EXCEL OOXML format (XLSX)
    static final String[]
    internal use only
    static final int
    the FLASH image constant
    static final int
    the GIF image constant
    static final int
    HORIZONTAL LAYOUT
    static final int
    Deprecated.
    static final int
    the JPEG image constant
    static final int
    ALIGNMENT LEFT
    static final int
    Packs and exports the report and all its associated components in a PAK file.
    static final int
     
    static final int
    Export the report in the Acrobat PDF format
    static final int
    the PNG image constant
    static final int
    ALIGNMENT RIGHT
    static final int
    Deprecated.
    static final int
    Save/Export the report design in the proprietary EspressReport format with data
    static final int
    Exports the report in the RTF format
    static final int
     
    static final int
    the SVG image constant
    static final int
    Exports the report in the TXT format
    static final int
    VERTICAL LAYOUT
    static final int
    Exports the report in the VIEW format
    static final int
    Exports the report in the XML format with data and format
    static final int
    Exports the report in the XML format with pure data
    static final int
    Exports the report in the XML format with template
  • Field Details

    • DHTML

      static final int DHTML
      Export the report in the dHTML format
      See Also:
    • HTML

      @Deprecated static final int HTML
      Deprecated.
      HTML format is deprecated. Please use DHTML format instead.
      See Also:
    • PDF

      static final int PDF
      Export the report in the Acrobat PDF format
      See Also:
    • CSV

      static final int CSV
      Export the report in the CSV format
      See Also:
    • EXCEL

      static final int EXCEL
      Exports the report in EXCEL format
      See Also:
    • EXCEL_OOXML

      static final int EXCEL_OOXML
      Exports the report in EXCEL OOXML format (XLSX)
      See Also:
    • TXT

      static final int TXT
      Exports the report in the TXT format
      See Also:
    • XML_DATA_AND_FORMAT

      static final int XML_DATA_AND_FORMAT
      Exports the report in the XML format with data and format
      See Also:
    • XML_PURE_DATA

      static final int XML_PURE_DATA
      Exports the report in the XML format with pure data
      See Also:
    • XML_TEMPLATE

      static final int XML_TEMPLATE
      Exports the report in the XML format with template
      See Also:
    • RTF

      static final int RTF
      Exports the report in the RTF format
      See Also:
    • VIEW

      static final int VIEW
      Exports the report in the VIEW format
      See Also:
    • RPT

      @Deprecated static final int RPT
      Deprecated.
      RPT format is deprecated since version 66. Please use PAK instead.
      See Also:
    • RPT_DATA

      static final int RPT_DATA
      Save/Export the report design in the proprietary EspressReport format with data
      See Also:
    • BARCODE

      static final int BARCODE
      for barcode to exporting to GIF format
      See Also:
    • PAK

      static final int PAK
      Packs and exports the report and all its associated components in a PAK file.
      See Also:
    • PAK_DATA

      static final int PAK_DATA
      See Also:
    • STL

      static final int STL
      See Also:
    • EXPORTTYPE

      static final String[] EXPORTTYPE
      internal use only
    • JPEG

      static final int JPEG
      the JPEG image constant
      See Also:
    • PNG

      static final int PNG
      the PNG image constant
      See Also:
    • GIF

      static final int GIF
      the GIF image constant
      See Also:
    • SVG

      static final int SVG
      the SVG image constant
      See Also:
    • FLASH

      static final int FLASH
      the FLASH image constant
      See Also:
    • DHTMLHEADER

      static final String DHTMLHEADER
      internal use only DHTML HEADER
      See Also:
    • AllowPrinting

      static final int AllowPrinting
      The operation permitted when the document is opened with the user password
      See Also:
    • AllowModifyContents

      static final int AllowModifyContents
      The operation permitted when the document is opened with the user password
      See Also:
    • AllowCopy

      static final int AllowCopy
      The operation permitted when the document is opened with the user password
      See Also:
    • AllowModifyAnnotations

      static final int AllowModifyAnnotations
      The operation permitted when the document is opened with the user password
      See Also:
    • AllowFillIn

      static final int AllowFillIn
      The operation permitted when the document is opened with the user password
      See Also:
    • AllowScreenReaders

      static final int AllowScreenReaders
      The operation permitted when the document is opened with the user password
      See Also:
    • AllowAssembly

      static final int AllowAssembly
      The operation permitted when the document is opened with the user password
      See Also:
    • AllowDegradedPrinting

      static final int AllowDegradedPrinting
      The operation permitted when the document is opened with the user password
      See Also:
    • AllowAll

      static final int AllowAll
      Turn on all the permissions when the document is opened with the user password
      See Also:
    • CENTER

      static final int CENTER
      ALIGNMENT CENTER
      See Also:
    • LEFT

      static final int LEFT
      ALIGNMENT LEFT
      See Also:
    • HORIZONTAL

      static final int HORIZONTAL
      HORIZONTAL LAYOUT
      See Also:
    • VERTICAL

      static final int VERTICAL
      VERTICAL LAYOUT
      See Also: