Click or drag to resize

ReportFormat Enumeration

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 enum ReportFormat
Members
  Member nameValueDescription
HTML0 The report will be created in HTML format.
PDF1 The report will be created in Adobe PDF format.
BMP2 The report will be created in BMP format.
CSV3 The report will be created in CSV (Comma Separated Values) format.
MSExcel5 The report will be created in Microsoft Excel format.
GIF6 The report will be created in GIF format.
JPG7 The report will be created in JPG (JPEG) format.
PNG8 The report will be created in PNG (Portable Network Grpahics) format.
RTF9 The report will be created in RTF format (Rich Text Format).
SimpleText10 The report will be created in simple text format (TXT).
MSWord11 The report will be created in Microsoft Word Format.
See Also