Hi all,
I'm trying to generate a report with data that came from a couple of databases. I have the data in two datatables. The tables are in a dataset. I was following the example in:
http://msdn.microsoft.com/en-us/library/system.data.datatable(v=vs.90).aspx
Note that I did not make a relation or the gridview in the example. Also, all this was typed.
Now I want to make the report. I added the rdlc file and, from what I've read, I need to bind the dataset to the report. Feel free to correct me please I'm new at this. This other link:
http://msdn.microsoft.com/en-us/library/ms252094(v=vs.100).aspx
shows how to "Binding Data to a Report". I don't know which way to go. The "Data Source Configuration Wizard" comes up with choices for Database, Service , Object and Sharepoint. I dismissed this to see the "Available datasets" droplist but it is empty. What to do?
I haven't added the reportviewer to the form yet either. I thought I'll do that after I do the databinding.
Could someone point me in the right direction to bind the data to the report please?
Thanks