I have a crosstab table that I am binding to "Samples". Each sample has a date, I order these coming out of sql from oldest to newest (ie 01/01/11 comes before 02/01/11).
I have verified my IEnumerable is ordered correctly, as shown by the attached screenshots (photo1 & photo2). But when the report is generated, it does not order it correctly (photo3 & photo4). It also ignores the order of a DataTable (photo5)
Why is it ignoring the order of my datasource? Any ideas?
Thanks
I have verified my IEnumerable is ordered correctly, as shown by the attached screenshots (photo1 & photo2). But when the report is generated, it does not order it correctly (photo3 & photo4). It also ignores the order of a DataTable (photo5)
Why is it ignoring the order of my datasource? Any ideas?
Thanks