I have a report in SSRS. The report has one string parameter and one integer parameter. Both parameters have default values set up. I have a text box with an Action to the report itself (drill-through report). I tried to pass both parameters to the drill-through report (even by hard-coding the values) but only the string parameter goes through. The integer parameter keeps its default value when the drill-through report is rendered. Do you know if there's an issue with integer parameters in drill-through reports?
Asked
Active
Viewed 874 times
0
-
Normally it should work. Can you give a print out of the report parameters and the link parameters? – niktrs Sep 15 '11 at 10:10
-
Nevermind, the Omit property was set to true on the integer parameter. Sorry for wasting your time. Thread closed. – Ciprian Sep 15 '11 at 11:40