Hi,
I am working on an asp.net application(framework 4.0) which displays crystal reports by using crystal report viewer.
I am using VS 2010,cr for vs2010 .i am not passing any parameter through the code.The .net application just opens the crystal report, user has to manually enter the parameters and the application will display the report. It works for all reports except one which throws error as "Missing ParameterField current value. Please try again".
On further investigation i found out that the problem is with a parameter which has its value set to a database column. The issues goes off
when i remove the database column from the report parameter. Now we are not suppose to do any changes in the report but have to change the code to make this report working. Please let me know what needs to be done .
Thanks,
Divya