I'm having a really frustrating time trying to get the reports to work. I've created a report like below:
I've set up the report viewer like this:
Code for the report viewer like this:
When I run the page I see the reportviewer controls on it, but I don't see any data. I know that the datatable is being filled because I ran sql profiler to check that the data was being called.
When I go into design view of the report and right click > View > Data Explorer, I get 'No Data Source' - I guess because I'm adding it programatically.
How do I get the report data to show up in the reportviewer? Any tips much appreciated, as I'm just getting started with reporting.
cheers,
Steve