I am passing HTML text as parameter value in java. like
parameter.put("TEMP_TEXT","<p>test</P>");
I have bound this parameter in ireport as static text field like $P{TEMP_TEXT} then it will be converted in plain text.
output ought to be 'test'
Which setting need to be added on staticText in iReport for acquire same?
Add a Text Field to your report.