jamie123
June 30th, 2008, 12:41 PM
I've been looking around for basic tutorials for crystal reports but can't find any good ones.
I'm using ado.net, I have an sql server express 2005 database with a table Financial. I want to create a crystal report with this Financial table, in the table it has several fields that I will be using...Date, Description, Fee, Payment, Balance, Patient Number.
Every line in the database contains a Patient Number...as well as all of the above items, I want to be able to store this Patient Number in a variable in my vb.net application and pass it to the crystal reports, this way, i can display the Date, Description, Fee, Payment, and Balance fields for each record that contains the specific Patient Number that I have specified through a variable.
I don't really know where to start, I tried playing around with crystal reports using the wizard in vs2008, but when I view the report it shows no data. I have a feeling that this isn't too complicated of a report, I think I just need to know where to start, if i haven't provided enough information please let me know and i'll provide more. Again, all I want this report to do is display the lines from the Financial table that contain a specific Patient Number. Should I even use the wizard or is it easier just to create the report from scratch and are there maybe any sample reports that I can play around with to get the feel of that are similar to mine?
Thanks!
I'm using ado.net, I have an sql server express 2005 database with a table Financial. I want to create a crystal report with this Financial table, in the table it has several fields that I will be using...Date, Description, Fee, Payment, Balance, Patient Number.
Every line in the database contains a Patient Number...as well as all of the above items, I want to be able to store this Patient Number in a variable in my vb.net application and pass it to the crystal reports, this way, i can display the Date, Description, Fee, Payment, and Balance fields for each record that contains the specific Patient Number that I have specified through a variable.
I don't really know where to start, I tried playing around with crystal reports using the wizard in vs2008, but when I view the report it shows no data. I have a feeling that this isn't too complicated of a report, I think I just need to know where to start, if i haven't provided enough information please let me know and i'll provide more. Again, all I want this report to do is display the lines from the Financial table that contain a specific Patient Number. Should I even use the wizard or is it easier just to create the report from scratch and are there maybe any sample reports that I can play around with to get the feel of that are similar to mine?
Thanks!