I've got a table returned by a web service, and I'm able to sort a column but the sort is alphabetical and not numeric. So the sort will come out 1000, 200, 3. Instead of 3, 200, 1000.
This field looks like this: =Int(Fields!Result.Value) And the DataSet is formatting the Result column as an int32, so I can't figure out what could be wrong.