Regarding SortEventArgs
My current issue is with SortEventArgs. When I catch the Sort event of the ReportViewer control, I receive a SortEventArgs object with a SortId in it.
This SortId does not map to any of the columns in my report, and I would like to log the name (caption) of the column that was clicked.
Does anyone know how to map this Id to a meaningful string?
Thanks
-JG-

