CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2005
    Posts
    74

    how to describe richtextbox data in crystal report

    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.

  2. #2
    Join Date
    May 2003
    Location
    Islamabad, Pakistan
    Posts
    284

    Re: how to describe richtextbox data in crystal report

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured