I have a multivalued filter as a parameter on my reports. The values are the months of the years. The default value is the current month. The vaser can she the reports for each month by selection a month value from the filter.
There is also a text box in the report that shows the month value that which month has been selected as
[@Month.Label]
The problem is that now i need to maintain the navigation. From the main report there are links to the next reports. But when I click on the link to go to the other report the report shows the current month's report. Is it possible that if i click on the link in the report the selected month value could passed to the next report instead of the current month value?