Hello,
I have several crystal reports made in Crystal Reports 11
and I'm integrated them in Visual Studio 2005. I need to change the
database connection for those reports at runtime, and this is working
quite well.
Some of the reports are using queries and others are using stored procedures.
Question)
The problem I've encountered is that I cannot set the stored procedures
parameters after changing the runtime connection for reports that are
using stored procedures.
The message is :
"Missing parameter values.
Exception Details: System.Runtime.InteropServices.COMException: Missing parameter values. "
I've seen this problem on another thread, I tried to follow the instructions described there, but nothing works.
The thread I am talking about is here :
http://forums.msdn.microsoft.com/en-US/vscrystalreports/thread/3c8db743-f1fb-4021-bf46-f6aee8889932/"Does anyone knows what's happening?
Thank you,
Catalin
Edited by catalinandrei00 - 10 Jun 2008 at 12:20am