Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I would like to have help regarding passing the parameter directly to the crystal reports in which it returns the value of current cell with all of its key references.
The situation as of now is if i run the program and call the crystal report, A Dialog box appears asking "Enter Parameter Value".

Please Help.
Posted

1 solution

Hi,

You can pass the parameter like

report.setparameter("paramname",value);


Thanks,
Adersh Ram
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900