How can I generate a report of an object and its dependencies in Report Viewer with C #? I have a Car class, where each Car has its Models. I can display a report with the separate Cars and Models, but how do I stay?
Modelo1
Carro1
Carro2
Modelo2
Carro1
Carro2
Modelo3
Carro1
How do I link to cars belonging to the model? knowing that in the Car class I have an attribute that contains the template code.