Hello @nttai
The requested information (and some other) are part of the exposed dataset. It's a template/configration issue of the "Report Tempalte". The "Report Tempalte" can be selected when generating a report.
To see all provided information use the technical report template `Designer\reporting\designs\TechnicalReport.rptdesign` (or make a copy/custom version of it) and change the value of the `expression`-element (approximately the line 2433) to `false`, then all attributes are listed. Note that the content of the dataset changes depending on the configuration of an element.
Here an extract of the file before
...
< row id="1607" >
< property name="style" >Code< /property >
< list-property name="visibility" >
< structure >
< property name="format" >all< /property >
< expression name="valueExpr" type="javascript" >!params["Technical Details"].value || row["ElementCol1Name"] == "" || row["ElementCol1Name"] == null< /expression >
< /structure >
< /list-property >
...
and the mentioned line after the change
< expression name="valueExpr" type="javascript" >false< /expression >
Note: I had to add a space after/before the < and the > character so the code was displayed proper in the answer...answer...
My result
![The responsible role of the start request element][1]
[1]: http://answers.axonivy.com/upfiles/ReportingRequestStart.png