Skip to Content
0
Former Member
May 02, 2008 at 09:12 PM

Error on linking main report's fields to Subreport's stored procedure parameters

35 Views

Hi,

There is a main report,from which we pass the parameters to the subreport.The subreport's parameters are the

stored procedure's input parameters which are created when the SP is included as the datasource.

When we integrate the master .rpt file with the C# application it throws a error saying "Missing parameter values" at the exporting line in the code. .

We also get an error when we try to 'Verify database' for the subreports in the CRXI UI.

The errror states "Prompting failed with the following error message Error source: Error code 0*8000FFF".

This error occurs when in "Change the Subreport links" we update the "Subreport parameter fields to use" to match with the input parameters of the subreport's SP.

We are using Crystal reports XI with Visual Studio 2005.

Any help is much appreciated. Thank you.