Hello All,
I've a question regarding linking a crystal report to my WPF application. I already have crystal report which details all the information about a particular Job. In my WPF application, user will enter the jobnumber and all the details of that job will be printed on the crystal reports. The crystal report is ready. How do I integrate crystal report with the WPF application?
The user will enter the jobnumber using the WPF form. I will have to match that job number in the database and call the crystal report to display all the information about that job. I've already created simple application in WPF that takes jobnumber from the user and just prints it on a page(not connected to database). Can somebody give me a hand on this? Does anyone have a sample application for reference? It would be a great help for me.
Thanks