I have a solution that reads from a database and sets a cookie with the parameter values for the report. I can successfully pass this information to the report and display it.
However, if I click on the plus sign to expand the catagory for the group on the left I get re-prompted to enter the parameters.
This report does contain a sub-report. I'm also setting all the parameters and calling the Databind() in the page load method.
I'm wondering if:
- This could be because they are dynamic parameters and not static?
- Is this because I set the paramets in the page load but the report refreshes and the page doesn't technically reload. Should I be setting these parameters somewhere else?
- Should I create an instance of the report in my code as opposed to setting the bindings in the properties of the crystal viewer?
- Anyone ran into this and found a solution?
However, if I click on the plus sign to expand the catagory for the group on the left I get re-prompted to enter the parameters.
This report does contain a sub-report. I'm also setting all the parameters and calling the Databind() in the page load method.
I'm wondering if:
- This could be because they are dynamic parameters and not static?
- Is this because I set the paramets in the page load but the report refreshes and the page doesn't technically reload. Should I be setting these parameters somewhere else?
- Should I create an instance of the report in my code as opposed to setting the bindings in the properties of the crystal viewer?
- Anyone ran into this and found a solution?