I am building a template to create a report from an internal data source generated by our application. The data source is a list of plants containing a list of processes, with a value for each process, and I would like t…... To have a plant-line connection, another approach...SelectMany(plant=> plant.lines.Select(line => new { plant, line })) ]>> <<foreach...