RDLC And Table Relationships

  • Thread starter Thread starter dmeglio
  • Start date Start date
D

dmeglio

I have a dataset that has two datatables in it. These tables are
related via a foreign key (Let's call them Course and CourseDetails).
What I want to do is display a record from Course, then underneath
that, display the related CourseDetails records (via the
CourseDetails.CourseID field pointing back to the Course table). I've
seen many people saying "merge the datatables." If possible, I want to
avoid that (it would require a decent amount of reworking on an
existing app. Is there anyway to make the report able to understand
the relationship between two tables? In Crystal Reports this was very
easy. In Microsoft's tools it seems difficult or maybe even
impossible? (two hours of searching have yielded no results so far).

Thank you in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top