Click here to Skip to main content
15,890,717 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I have already set intercept HTML tag as style is true but some tag is not working,
Working tag: div,br,p...
not working tag: Table ...///...
is not working.

Please help me for this issue.
Posted
Comments
manishsiddhapara2798 22-Sep-15 9:02am    
I am trying to below method but also it's not working

http://stackoverflow.com/questions/16634874/how-to-render-the-formated-text-in-the-report-rdlc-with-its-format

1 solution

If you'd followed the link to MSDN[^] from the StackOverflow answer, you'd have seen the following:

The following is a complete list of tags that will render as HTML when defined as placeholder text:
  • Hyperlinks: <A href>
  • Fonts: <FONT>
  • Header, style and block elements: <H{n}>, <DIV>, <SPAN>, <P>, <DIV>, <LI>, <HN>
  • Text format: <B>, <I>, <U>, <S>
  • List handling: <OL>, <UL>, <LI>

Any other HTML markup tags will be ignored during report processing.

The <table> tag is not listed as a supported HTML tag, so it will not work, and there is no way to make it work.
 
Share this answer
 
Comments
manishsiddhapara2798 22-Sep-15 9:25am    
Thanks Richard Deeming. Now I clear for that.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900