I'm using the CR version that ships with VB.NET to create a report using an ADO.NET dataset.
The dataset contains four tables. There are one-to-many relationships between the primary key in one table and foreign keys in the other three. For example, there is a class table that has a ClassID field that is the primary key. The Method, Event, and Property tables all have foreign key fields called ClassID. Each of these tables also has a Name field.
I want to create a report that lists each class in the Class table, and then lists all the Properties for that class, then all the Methods for that class, then all the Events for that class.
Can someone give me some guidance on how to do this?
Thanks,
Greg
The dataset contains four tables. There are one-to-many relationships between the primary key in one table and foreign keys in the other three. For example, there is a class table that has a ClassID field that is the primary key. The Method, Event, and Property tables all have foreign key fields called ClassID. Each of these tables also has a Name field.
I want to create a report that lists each class in the Class table, and then lists all the Properties for that class, then all the Methods for that class, then all the Events for that class.
Can someone give me some guidance on how to do this?
Thanks,
Greg