Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
:confused:
My customers have a request - they can edit every report's header areas by themselves. So, I thought about it and planned to use richtextbox to edit the header text.
But now I can't import the result of the richtextbox to the rdlc report. How can I do ?

Thanks a lot.
Posted
Updated 28-Jan-11 2:49am
v2

1 solution

Since you have said RDLC, I assume you are talking of SSRS.

In SSRS, HTML parsing/fields are only supported in SSRS2008. Till SSRS 2005 HTML support is not there. If you want to set a richtextbox text in report than you need to use SSRS2008.
 
Share this answer
 
Comments
lgdxren 2-Feb-11 23:57pm    
Thanks a lot. I think I must learn more .......
Sandeep Mewara 3-Feb-11 0:03am    
That keeps happening as we move ahead. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900