Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sqlfresher2k7
Aged Yak Warrior
623 Posts |
Posted - 2012-02-29 : 15:38:56
|
How to display html data from sqlserver table to ssrs. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2012-02-29 : 16:02:48
|
how is html stored in table?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
sqlfresher2k7
Aged Yak Warrior
623 Posts |
Posted - 2012-03-01 : 08:05:54
|
There are some text fields in the table that include HTML tags. and i want the report to observe that same HTML formatting.Here is the data look likecolumn1 column2------- -------1 <div>some of them are formats</div> <div> </div> <div> for further review.</div>2 <div> </div> |
|
|
pollostar
Starting Member
3 Posts |
Posted - 2012-03-15 : 05:41:27
|
How much data you have in your table |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2012-03-15 : 15:54:21
|
quote: Originally posted by sqlfresher2k7 There are some text fields in the table that include HTML tags. and i want the report to observe that same HTML formatting.Here is the data look likecolumn1 column2------- -------1 <div>some of them are formats</div> <div> </div> <div> for further review.</div>2 <div> </div>
best way to do this is to use custom stylesheetswhere are reports rendered from? Is it standard report viewer or inside another application?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
|
|
|