I would like to know if there's a simple way to save the current report parameter values out so that they can be reloaded for later reuse. At issue are situations where an end user may have to select many parameters over and over again. In the case where there are repeated sets of parameters, I would like to save these and then load them back in.
I've tried various ways of serializing the objects, to no avail, as the objects I tried did not appear to be serializable.
Could you recommend a best-practice type of approach for accomplishing this?