Report parameters
Report parameters need to be specified via the ReportData parameter in an XML structure. The structure is as follows:
<ReportData>
<Report SortNr="1">
<Params>
<param1>value1</param1>
<param2>value2</param2>
(…)
</Params>
</Report>
</ReportData>
- The SortNr attribute in the Report element holds the report's sorting method. The value needs to be a valid sorting method for the chosen report.
- Parameters are specified in the Params element. The parameters' names must correspond with the parameter names as defined in the report.