Updating Chart title when changing parameter

  • 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

  • Never mind, I figured it out. I was trying to use another parameter instead of just using the .Label attribute of the existing parameter.

    Tim

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply