setXmlOutputFormatOptions
setXmlOutputFormatOptions(formatBooleans, formatNumerics, formatDates,
formatTimes, formatTimeStamps: Boolean);
Use the setXmlOutputFormatOptions method of the JadeReportWriterReport class to specify whether to format each of the types (Boolean, Date, Time, TimeStamp, Integer, and Integer64) when running the report for extraction to an Extensible Markup Language (XML) file.
When set to:
-
true, report fields are written as formatted strings as for a printed report.
-
false, report fields are written as unformatted values.
2025.0.01 and higher
