LearningVB WPF

LearningVB WPF

  • NA
  • 9
  • 1.8k

Link crystal report from WPF (VB.Net)

Sep 25 2014 10:26 AM

Hello All,

I've a question regarding linking a crystal report to my WPF application. I'm using VB 2010 express edition. I already have crystal report which details all the information about a particular Job. I've to call this crystal report using 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?

Thanks