Emad GabrielThoughts, tips and shortcuts about building software
Tips

Note about Crystal Report (report.Refresh();) method

I noticed that if the Refresh() method is called on a crystal report after setting the Paramaters programatically, the Refresh method will blank the parameters causing the popup asking about parameters values.

 

example:

report.SetParameterValue("note", note); report.Refresh();

if this case, the crystal report will still pop up asking about a value for the paramter "note"