Generating report with ReportViewer

3

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.

    
asked by anonymous 12.08.2017 / 18:49

0 answers