cancel
Showing results for 
Search instead for 
Did you mean: 

Rememvering Parameter Values

Former Member
0 Kudos

When I use the .NET Crystal Control to display a report and that report contains parameters, I am looping through the parameter collection and specifying the values. I wantr to be able to save those values to the report so that the next time I run the report, it will automatically use the vgalues from mthe last time I ran it. I was trying to do this by adding the value to the parameter field DefaultValues collection but that did not work. Can anyone tell me how I can save the value back to the parameter so that it will be remembered?

parameterField.DefaultValues.Add("Red");

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

When I choose "Save Data to Report" and deploy it, I get the last set of parameters that display initially on one of my reports.

Former Member
0 Kudos

huh?

What does that have to do with what I asked?

Answers (0)