An enumeration describing the supported output file formats for reports.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax Public Enumeration ReportFormat
public enum class ReportFormat
Members
| Member name | Value | Description |
---|
| HTML | 0 |
The report will be created in HTML format.
|
| PDF | 1 |
The report will be created in Adobe PDF format.
|
| BMP | 2 |
The report will be created in BMP format.
|
| CSV | 3 |
The report will be created in CSV (Comma Separated Values) format.
|
| MSExcel | 5 |
The report will be created in Microsoft Excel format.
|
| GIF | 6 |
The report will be created in GIF format.
|
| JPG | 7 |
The report will be created in JPG (JPEG) format.
|
| PNG | 8 |
The report will be created in PNG (Portable Network Grpahics) format.
|
| RTF | 9 |
The report will be created in RTF format (Rich Text Format).
|
| SimpleText | 10 |
The report will be created in simple text format (TXT).
|
| MSWord | 11 |
The report will be created in Microsoft Word Format.
|
See Also