Search code examples
c#crystal-reports

How to pass any text value from form to Crystal Report?


How to pass any text value from form to Crystal Report ?

ex: i need to pass "hellow" from Form1 to my Crystal Report , how to do it ?

(working in C#)

thank's in advance


Solution

  • Create a parameter field in Crystal. You can set its value via the parameters collection at run-time.