Report title parameter -
11-12-2010
, 05:52 AM
I have created a report using sql server reporting services. The
report title is a textbox that takes a value from "reporttitle"
parameter. I had assigned some value to it which was getting displayed
correctly. Now I want the title to be something else. So I updated the
parameter value but the title is still showing the old value on the
report.
Any other changes I made to the report are getting reflected but not
this one. I have set the parameter property "refresh data when the
parameter changes" to "always refresh". The RDL file shows the correct
paramter value that I have set.
Any suggestions are appreciated. |