Click here to Skip to main content
15,897,166 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi I want to build and design Report using Crystal Report using ASP.net.
The big challenge for me is how to store more than one table in dataset.
this is the structure for a dataset:


<img src='http://s6.postimage.org/62zpk9egt/dataset.jpg' border='0' alt="dataset" width="600px"/>

i want to know how to build a report for a specific Employee ( by ID ) and add all employee information ( from employee table) and all related information that come from other two tables
((from AppraisalForm table by FK: ID_employee) and from internalChallenges table by FK: emp_id and FK: form_id))

and but all this data in one dataset and make this dataset as source for my crytal repor.
Posted
Updated 12-Nov-12 18:04pm
v3

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900