Sort order for table view

When displaying records in table view the user has the capability to sort on a column by clicking the column header.
Is it possible to get the current sort order for the table view? I could not find any property or method for Servoy 6.
Similar to the Java JTable where one can find the RowSorter ( getRowSorter()) then find the SortKey (getSortKey()) then find the SortOrder (getSortOrder()) - these are classes - which returns one of three values (Enum): ASCENDING, DESCENDING, UNSORTED.

Why? Because I would like to be able to create a report that has the same sort order as what the user has specified (albeit only capable of having a single column with the sort activated).

Anyone need this? (Rather a limited demand I suspect.)

how about foundset.getCurrentSort()?