Crystal reports

Hi..I have a bit of a problem
U know when a report loads, it loads with all the information it takes from the database. Now I need to make a report which a specific students information..
Like when you print an academic record for one student and not all the students in the "Student"
I need to search for a specific student and when that student is found their personal details should be displayed in a crystal report viewer..
Please help...

1 Reply

CF Christian Fleischhacker August 22, 2006 12:33 PM UTC

Hi!

I don''t know how exactly you''re populating your report; I recommend using a .NET dataSet/dataTable with the according .NET SQL/Oracle Statements to populate the dataSet/DataTable and then use the datasource property of the CrystalReportDocument class to assign your DataSet/DataTable. Check the examples from BusinessObjects; There are some Tutorials that demonstrate this way

HTH Christian

Loader.
Up arrow icon