Friday, October 25, 2013

Crystal Reports: Missing Parameter Values

Steps to solve the problem Crystal Missing Parameter Values
  • Make sure SetParameterValues are not empty or null
  • Use ReportDocument.SetParameterValues after loading main report and most importantly subreports
  • If you use setparametervalues between load report and subreport this error will occur
    • Settings subreports  nullifies previous set parameter values

No comments:

Post a Comment