Hi All,
i need to hidden text item in PDF
anyone please advise
Thank u
Julius
Hi ,
You need to use a conditional block object which based on a condition can be hidden.
See the example of using a conditional block with boolean variable by using a conditional block object
set the expression as Reportoutput=pdf in a variable expression dialog box
Regards
saumil
Or you could just use a render variable on the text object. Or, if you only want the text to be visible in HTML, put it in an HTML Item, these aren't rendered in PDF and Excel.
Quote from: saumil287 on 05 Mar 2014 06:59:37 AM
Hi ,
You need to use a conditional block object which based on a condition can be hidden.
See the example of using a conditional block with boolean variable by using a conditional block object
set the expression as Reportoutput=pdf in a variable expression dialog box
Regards
saumil
Hi Saumil
thank u for response
Quote from: Nimrod Avissar on 05 Mar 2014 07:49:35 AM
Or you could just use a render variable on the text object. Or, if you only want the text to be visible in HTML, put it in an HTML Item, these aren't rendered in PDF and Excel.
Hi Nimrod,
simple solution for me, now i used html item to hidden text in pdf
thank u