Quote Originally Posted by wes4dbt View Post
Notice we are adding a DataSource to the ReportViewer. This is the bridge from your data into the report.
I can get the report to work perfectly if I use the reportviewer. But the user doesn't want to view them - just print directly to the printer.

Can't I just change the LoadSales() Function to fill and use my dataset and then return that table? Not sure exactly how to do that though. I have tried several different things but I always get that same error from my previous post.

Stacy