Can you reference appSettings in an SSRS report?
问题 Using SSRS2005, can you pull in values specified in the SSRS Web.Config file (think appSettings)? I'm needing to build up a dynamic hyperlink in a series of reports and would like this to be based on a value set in a config file. At present, it seems my only options are to: Update the hardcoded variable in each report that is building up the links blech Store the value in a dedicated configuration table and then query that I could live with #2 above, but would like to avoid having to create