Hi all
My program must be give an html file, then process this file and change some content of html tags. Next the final html file will inserted in body of rdlc report.
Rdlc report can't parse html tags such as table, div and styles.
The question is how i can show html content with all styles and tags into rdlc?
I use C# and Asp.net 3.5
Thank's