Greater / Less than sign (< >) gets converted in HTML tag (< >) on screen
Hi,
We have a requirement to show greater than / less than sign (i.e. <>) on screen and I am passing this parameter:
"<" + .MyProperty + ">"
but unfortunately they get converted into < and > on screen (and also PDF generated from Report Browser) automatically. I tried to use escape (backslash sign) but PRPC is not letting me save the rule. Is there a way to avoid this error on PRPC?
Thanks,