I don't see a way. If you have the source code for the AJAX control toolkit 3.0, you can see that there is an internal method (ReorderList.DoReorderInternal), that performs the sorting. It looks like it only handles ascending sorts.
private bool DoReorderInternal(IEnumerable dataSource, int oldIndex, int newIndex, DataSourceView dsv)