Returns or sets the type of format to use when exporting a report.
Syntax
object.FormatType [= integer]
The FormatType property syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| integer | Optional. A numeric expression that specifies the format type, as shown in Settings. |
Settings
The settings for integer are:
| Constant | Value | Description |
| rptFmtHTML | 0 | HTML |
| rptFmtText | 1 | Tex |
| rptFmtUnicodeText | 2 | Unicode |
| rptFmtUnicodeHTML_UTF8 | 3 | HTML encoded in Universal Character Set (UTF - 8) |