reportparameter

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 ...

SSRS 2005 Subreport Parameter Challenges

Good Morning, I have written my main report that contains a field called MSDRG. I have also written a subreport, called MDDETAILS, that also contains the same field. In my main report, I've created a report parameter named MSDRG, available values non-queried. In my subreport, I've created a report parameter named MSDRG also. Setting...

Custom SSRS Parameter Metadata

Is there any way to add custom metadata to SSRS 2008 report paramaters? I am using SSRS as my reporting backend, ASP.NET MVC to render parameter inputs and the report viewer to render the report output. I need to set display order/layout metadata for each parameter to use when rendering the parameters. At this point, I'm only using th...

What causes the lens button to appear in the Report Builder Preview window? (Delphi)

This is a Delphi question on the usage of the ReportBuilder component by Digital Metaphors. I have a Report (created by the end userm using RAP and DADE) with autosearch Parameters. Anyway I am using "modify SQL" in the dataviews, so to pass the parameter I use the :Parameter syntax. (instead of using the query designer Search condition...