I have a Crystal Report which I am calling through an .aspx page. My Crystal Report needs to accept Date and Percentage from the front end. When I run this report from the front end without passing any parameters, it runs fine.
To input the report parameters, I use QueryString values which map to Crystal parameters. Crystal needs to pick those parameters from there.
I receive the following error when I pass the QueryString values:
Object reference not set to an instance of an object.
This seems strange because the URL seems to be fine. What could be causing the exception?