How can I sort data in ReportView by column containing datetime
In rdlc file I have placed Table where I have in 1 column in Details =Fields!StartTime and in Header I set Interactive Sort with sort expression : =Fields!StartTime
in 2 column I check if the field contains date =IsDate(Fields!StartTime)
When I execute it second column contains all true but it still don't sort properly.