I have a crystal report viewer in my code. It works perfectly except when the prompt type is a datetime value (I don't know about date only).
What happens is that the report loads correctly without prompting as the value is embedded in a query string. The user clicks the next page button, a postback occurs, and then it prompts for a new date time value.
I need the Report Viewer to not prompt for datetime values when the user goes to the next page.