I have a table called Employee - in database ename will be stored as <b> bhoom </b> etc ....
when i generate pdf . though i set
C1WebReport1.EncodeHtml =
true;
or false . still these html tags are displaying in the report and while generating pdf for that.
i want to generate a report with out html tags like <b><br/> etc.........
can u plz assit me