I'm having problems with parameter in report, under ASP.NET application it displays a prompt for the parameter, I enter a valid value but I get "The parameter is incorrect" when I submit the report. If I remove the parameter the report runs fine in the same application.
Using VS2008 and CR basic for VS2008.
The parameter is a database field PA-FC is equal to {?FC}. I created a parameter named 'FC'. Using OLE DB (ADO) connection.
When I run the report preview in VS it works fine with the parameter.
When I take the parameter out and change the selection expert to the same value '2', it works in the report preview and also in the application without any issue. If I add the parameter back, it works in preview but not in application.
Edited by: Brentmsdn on Feb 24, 2011 7:49 PM
Edited by: Brentmsdn on Feb 24, 2011 7:51 PM