Crystal Report dynamic Refresh with new parameters
Hi, I display a crystal report in CRViewer control with some parameters set in the report. Now, at runtime as per user input some parameter value changes and now I need to change the parameters in the report and refresh it from code i.e. from backend. What should be sequence for doing this, as when I try to set the param in the code, it gives me no-memory error. Should I release the Report and Application object and then recreate them and then parameters can be set and report can be refresh. please help me on this issue... urgently.
Thanks.
|