John Bardeen
John Bardeen

Reputation: 25

Crystal Reports : passing parameters

I'm using Crystal Reports in my asp.net application. I need to pass string as parameter to Crystal Reports that looks like :

Sample String

How can I do it? Thanks

Upvotes: 0

Views: 877

Answers (1)

Dana Addler
Dana Addler

Reputation: 983

You can pass Html to Crystal Reports. In your CR projects set param options as HTML, so you can see the param as html string with all its tags.

Upvotes: 1

Related Questions