Relative Content

Tag Archive for sql-serverreporting-servicesreportserver

SSRS subscription parameters storing numeric values instead of names

I am working on extracting the subscription parameters from the SSRS report server DB. I have parsed the XML out so that I get the parameter name and its value. See here. However, a lot of the values for these reports are stored as some sort of numeric value – almost like it’s an ID. The numeric value is of course useless to me and it wouldn’t be feasible to go through hundreds of reports on the webpage to find out what the parameter values really mean.