With Sql Server Reporting Services I would like to generate a report with line details for some orders like this:
Order Details 2315 1x5432 Apple Tree, 9x912 Roses, 1x13 Spade 2316 3x12 Lawn grass
How could I do that most effectively, either with transact sql or by using something built into Reporting Services? (I might end up with many orders so a call for each order line might be expensive...)