Is there a way to do a dynamic ole insert of a pdf file into a crystal report based on a value coming from a SQL database?
For example, I have an application in .net, back-ended by a SQL 2008 database. The app. has a reporting subsystem which uses Crystal Reports to allow users to run pre-written reports (from stored procedures) by entering various inputs such as date ranges, etc.
What I want to do is allow the user to enter, say, an account number which will then be passed to a stored procedure. The procedure will get the path to the correct PDF file and pass that to a Crystal Report. How do I get the PDF path to the OLE Object insert??
Is this making any sense??
Thanks for any help in advance.