This question refers to the intermediate page that is displayed to the user, prompting him/her to supply report parameters. I want to do a several things with this:
1 - I have a report where it doesn't make sense for the parameter defaults to be reset to what the user input for the last run. Is there any way to suppress that behavior, and just always use the initial default value?
2 - I would like to put some additional text on the parameter-prompt page.
3 - I would like to apply some CSS to the parameter-prompt page.
So far, I have not found a way to do that. Anything that you specify with the 'dbr.text', 'dbr.css', or 'dbr.javascript' applies to the report page itself, not to the intermediate page that is show to prompt the user for parameters.
Is there a solution to this?