I'm use to programming in vb.net and doing MsReports.
I will add a DataSet with a datatable and then I will add a report.
I will populate the report screen with the columns from my dataset which will be available in my toolbar on the left-hand side of my screen. It is a basic drag and drop action.

I followed my usual steps in asp.net, but when I try to draw the report, I can't find my dataset.

Why is this?
The dataset is named: "dsReport.xsd"
The toolmenu where I should see this dataset is labeled: "Website Data Sources"