setXmlOptions

setXmlOptions(reportTag: String;
              detailTag: String);

Use the setXmlOptions method of the JadeReportWriterReport class to set the values to be used when running the report for extraction to an Extensible Markup Language (XML) file.

The value specified in the reportTag parameter is placed around the whole file and the value specified in the detailTag parameter is placed around each detail line.

Group headers are written using the group alias as a tag that is terminated by each group footer. Each data item field within the class specified for each detail tag is written using the field title as the tag and the field data as data.

Use the getXmlOptions method to obtain the current XML file options.