In LiveReports (and/or LiveReports Extensions) how do I stop it from encoding a valid custom URL returm value to a string ?
eg the LiveReport SQL generates the following result field:
<A HREF="http://dm-test/otcs/llisapi.dll?func=ll&objaction=overview&objid=10887595">New Document.doc</A>
I would like it to write to the page as:
<TD ALIGN="LEFT" NOWRAP>; <A HREF="http://dm-test/otcs/llisapi.dll?func=ll&objaction=overview&objid=10887595">New Document.doc</A> </TD>
But LiveReport HTML encodes it to:
<TD ALIGN="LEFT" NOWRAP>; <A HREF="http://dm-test/otcs/llisapi.dll?func=ll&objaction=overview&objid=10887595">New Document.doc</A> </TD>