Constants - Export Formats¶
The report can be exported to six different export formats. One of the constants below needs to be passed as an argument with the ExportReport message.
| Constant | Description |
|---|---|
C_drPDF |
PDF (Portable Document Format). See PDF types for available PDF types. |
C_drCSV |
CSV (Comma Separated Values). Use of a comma as the field/column separator is not required as the name suggests. |
C_drImage |
Image (GIF, TIFF, JPG, PNG). See Image Formats for the image type constant. |
C_drHTML |
HTML (HyperText Markup Language) |
C_drXLS |
XLS (Excel formatting). See XLS versions for available Excel versions. |
C_drRTF |
RTF (Rich Text Format) for Word 2007 compatible output |