The issue is that I don't want to do any sorting within the report itself. The list of orders comes across sorted in the proper order, as the logic to sort the orders is handled in Visual Studio due to the complexity of finding records to use. I need the report to output the group in the order that the orders are sent in (i.e. 111,444,333,666,222,777,...)
↧