Our users input data using html editors (ckeditor and aspxhtmleidtor) which is saved in the database. Finally a huge report is generated displaying this html.
I tried xtrareport but they have limited html tag support so report does not look exactly the same as data was inputted by user.
Any recommendation or way around? Please help.
finally i found no solution…as no reporting Solution provides full HTML tag support, as if they provide… they will end up creating a whole browser engine..
but in my case i found an easy way out….just displayed whole raw html data in html page and with the help of iframe and css i made it appear like a report, then i used ABCpdf to convert from html to pdf to give a nice downloadable pdf version ..