I have a Visual Studio 2005 application with an embedded Crystal Report that produces packing slips. The main report prints multiple packing slips.
The main report has an embedded subreport that prints line item details for each packing slip. I'm linking the main report to the subreport via the packing slip number.
The subreport's data source is an SQL stored procedure that accepts a packing slip number as a paramter. I need to know how to make the subreport pass the main report's linked packing slip number to the stored procedure.
Many thanks to anyone who can help me with this.
Start Free Trial