Click to See Complete Forum and Search --> : how to describe richtextbox data in crystal report


soclose
May 29th, 2009, 03:35 AM
I have used Richtextbox control in C# Application and data is saved in SQL database with richtextbox controls.
I want to view data in Crystal Report but it shows data with richtextbox controls which i dont want eg."\par\b0 1)Do proper line up"
Please tell me How to View only required data in Crystal Report or How to Save only Data in text or word file.

jawadhashmi
May 31st, 2009, 11:12 PM
Read the file with the rtf formating as string and pass it to report.

On report side put that field in formula and drop on the report. Go to the formula field properties -> Paragraph -> Text Interpretation and change it to RTF Text.

This will show the rtf file as you see in the word pad but not 100%.

also enable the Can Grow of the formula field.