I'm using the ReportViewer to create reports in a web page. I was able to get reports to show no problem, but one thing I would like to do is sort the data
without making another database call.

Is there a way to sort the data once its been put into the report?

I have a Typed Data Set linked to an SQL Datasource but don't know how to change the view, or access the DataSet (xsd) programmatically.

(The SQLDataSource I can access no problem, but I don't know how to access the dataset)