I just installed CrystalReports (CR) 2008 sp6 and ReuseParameterValuesOnRefresh doesn't seem to be working.
I have a vs2010/.net4.0 application with a crystalReportViewer that I use to view the report. Programatically, I set the parameters of the report and set the viewers datasource to that report. ReuseParameterValuesOnRefresh=True, ShowParameterPanelButton=False.
In CR 2008 SP1, when clicking on refresh from the viewer, the report just refreshes.
In CR 2008 SP6, when clicking on refresh from the viewer, I am asked for new parameters. In order for the refresh to work without asking me for any parameters, I had to set ShowParameterPanelButton=True. Then I had to click the ShowParameterPanelButton so it shows on the viewer, then refresh. I don't want show any of these. I want it to be like how SP1 handled it.
How do I make this work??