hi
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
hi
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
Create a parameter field in Crystal. You can set its value via the parameters collection at run-time.