Unicode File Export

When exporting an Interactive Reporting document or section to text or a Microsoft Excel (XLS file), the user can encode the file in the Save File dialog box, or supply optional encoding parameters in the Object Model as shown below. When the encoding parameter is not specified, the default encoding is used, which is determined from the context.

Export(Filename, BqExportFileFormat FileFormat, IncludeHeaders, Prompt, BqEncoding Encoding);
ExportToStream([Filename, BqExportFileFormat FileFormat, IncludeHeaders, DataStreaming, Prompt, BqEncoding Encoding);

Note:

For Interactive Reporting jobs, text files are exported in UTF-8 encoding. Microsoft Excel files are exported in default encoding that is determined from the context.