I'm designing a report for SQL 2008 R2 in Visual Studio 2008. There is a drop down to select the parameter for the data range to populate my graph. You can select "Last 7 days, last 30, last 90, etc". The default value for the parameter is "Last 7 days". The parameter list is populated from a data set.
I want the graph title to show this parameter, which works fine for the default (Last 7 days), but does not refresh when I change the parameter and re-run the report. This seems pretty straight forward so I feel I'm missing something obvious. Can anyone point that out to me?
Thanks,
Tim