I am relatively new in SSRS 2008. Currently I am working on a drill -down report. The report has some user input parameters like Type and Parent Item. On the basis of these info a Header level report is created with Item Id. The details report can be viewed by clicking the Item Id.
The problem I am facing is that the moment I click on the Item id for drill -down the values of the parameter variables(Type and Parent Item) are getting refreshed and the user has to manually enter the values again.
I have already tried using default values and report variables, but it is not working.