VB.Net
Crystal Reports 8.0
I have designed a report in crystal reports and added it to my vb project. Now, I want to pass a value to that parameter field in crystal report. How to do that?
regards
Printable View
VB.Net
Crystal Reports 8.0
I have designed a report in crystal reports and added it to my vb project. Now, I want to pass a value to that parameter field in crystal report. How to do that?
regards
In your Report object you can use the Parameters collection to pass parameter(s) to your report.
Your report should have the params already setup.
HTH