[This is preliminary documentation and is subject to change.]
The export format for reports
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public enum ReportExportFormat |
Visual Basic (Declaration) |
---|
Public Enumeration ReportExportFormat |
Visual C++ |
---|
public enum class ReportExportFormat |
Members
Member name | Description | |
---|---|---|
Unknown |
Unknown format, mainly used for error conditions
| |
PDF Format (can be viewed using adobe acrobat reader)
| ||
MicrosoftWord |
Word .doc file format
| |
Rtf |
Microsoft word rtf file format
| |
Excel |
Microsoft excel format
| |
Html32 |
Html 3.2 format
| |
Html40 |
Html 4.0 format
|