I have html in an MS SQL DB. I would like to render the html on a SSRS page, is this possible?
|
|
|
|
|
|
|
This kind of capability was deliberately disabled in SQL 2005 Reporting Services because of 'security reasons'. I believe the advice at the time was to record any html as an image and embed the image in the report. I decided to abandon reporting services all together instead. Sorry! If you are using SQL 2008 you can use some HTML in your reports. However, there are some limitations to the markups that can be used:
|
|||
|
|
|
|
I have done this by writing a custom control as another user mentioned. Such a PITA! |
||
|
|
|
|
I don't know of any easy way of doing it, you may have to write your own custom control to do this. |
||
|
|
|
|
I do not believe so. The output that is created from an SSRS report is not an HTML document and I've never been able to get html output to render correctly in the report. |
||
|
|
