ReportField.DefaultEncoding

From Xojo Documentation

Property (As TextEncoding )
aReportField.DefaultEncoding = newTextEncodingValue
or
TextEncodingValue = aReportField.DefaultEncoding

New in 2011r1

Supported for all project types and targets.

The TextEncoding of the control. The default is UTF-8.

Notes

If you need to change this, do so in the BeforePrinting event using a statement such as:

Me.DefaultEncoding = Encodings.UTF16