[]
The TXT export exports the report as a text file.
Property | Default | Description |
|---|---|---|
Char Width In Twips | 120 | Specifies the character width in twips. |
Char Height In Twips | 257 | Specifies the character height in twips. |
Horizontal Paddings | Adjust | Specifies the horizontal padding:
|
Line Ending | \r\n | The line ending of your text file. Use the "\r\n" (MS-DOS) line ending if you are exporting your report on a Windows machine. Use the "\n" (Unix) line ending if you are on a Mac or Linux machine. |
Property | Description |
|---|---|
Template | A string template for the exported file name. By default, it consists of the {ReportName} variable, but could include fixed strings and the dynamic Rendered Report Values defined in the report info panel. For example, you could set the template to "{ReportName}_{Title}". |
Add Timestamp | Adds the time of export to the end of the export file name |