Search code examples
c#asp.netreporting-servicesreportparameter

c# Reporting Services -- ReportParameter value that isn't a string


Ok

I'm working on a little project at the moment, the Report expects an int but the ReportParameter class only lets me have a value that's a string or a string[]

How can I pass an int?

thanks

dan


Solution

  • Still no answer to this one, ended up casting in the underlying stored procs.