setXmlExtraOptions

setXmlExtraOptions(reportHeaderTag:  String;
                   pageHeaderTag:    String;
                   formatDates:      Boolean; 
                   formatNumerics:   Boolean);

Use the setXmlExtraOptions method of the JadeReportWriterReport class to set the values of the reportHeaderTag and pageHeaderTag parameters, and to specify whether to format the date and numeric fields for the report when running the report for extraction to an Extensible Markup Language (XML) file.

The value specified in the:

These values are in addition to those set by the setXmlOptions method.

2025.0.01 and higher