I have a problem in putting color code of the control. If I used to choose color code then it assign rgb color code in the formatted text. in control it is perfectly fine but if I print it into RDLC report of asp.net web application the text in color does not print. problem is RDLC report does not recognize rgb system. If I simply put red, blue e.t.c. it prints perfectly.
kindly help me to resolve this problem. I am providing you screen shots below.
It is the formatted text by default
<p><b>D V T PUMP</b> TO BE APPLIED<br></p><p><b><span style="background-color: rgb(192, 80, 77); color: rgb(255, 255, 255);">REGULAR </span></b><span style="background-color:
rgb(192, 80, 77); color:
rgb(255, 255, 255);">MONITORING OF VITALS</span></p><p><b><span style="background-color: rgb(192, 80, 77); color: rgb(255, 255, 255);">PHYSIOTHERAPY </span></b><span style="background-color: rgb(192, 80, 77); color: rgb(255, 255, 255);">AS PER SCHEDULE ( C P M TO BE STARTED FROM EVENING)</span></p><p><b>BACK CARE/FOLEYS</b> CARE TWICE DAILY</p>
Print out for this :
Look at the last lines "Regular monitoring of vitals And Physiotherapy as per schedule"
both line are color formatted but color not visible by default as the world "Reglar".
In Remaining line i have just change rgb color code to normal text -Red, blue e.t.c. then it shows the color.
kindly support me how to fix this problem.
Thank you so much...