Enumerations for reports

The following enumerations are used for report properties and fields:
DataSource
The DataSource enumeration is used with the reportLib.fillReport() system function and has the following values:
  • databaseConnection
  • reportData
  • sqlStatement
ExportFormat
The ExportFormat enumeration is used with the reportLib.exportReport() system function and has the following values:
  • html
  • pdf
  • text
  • xml

Feedback