September 20, 2011 at 2:19 am
plz tell me
Dose sql server and ssrs supports RTF and HTML text box format
September 20, 2011 at 3:48 am
Thank you sir :-),
but how could i do that.If my procedure return some HTML format text than how can I display it at SSRS Report
Like:
Select Column1
+ '<b>'
+ Column2
+ '</b>'
+ Column3
From Table
September 20, 2011 at 4:53 am
I would instead have the procedure return the three columns to SSRS, and then use formatting in SSRS. In that way, you could set for instance the text of column2 as bold for all rendering formats.
September 20, 2011 at 5:25 am
Yes sir, I did it so but I were searching for that option.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply