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. |
bqEnc_Arabic_Windows
bqEnc_Baltic_Windows
bqEnc_CentralEuropean_Windows
bqEnc_Chinese_GBK
bqEnc_Chinese_BIG5
bqEnc_Cyrillic_Windows
bqEnc_Greek_Windows
bqEnc_Hebrew_Windows
bqEnc_Japanese_ShiftJIS
bqEnc_Korean
bqEnc_Thai_Windows
bqEnc_Turkish_Windows
bqEnc_WesternEuropean_Windows
bqEnc_Vietnamese_Windows