I have a windows form that I am using a microsoftreportviewer on and I can do this sucessfully with one dataset. Suppose I have tables table1,table2, and table3, how would I add all of these to the reportviewer programatically on ReportViewer_Load? Thanks!
Note: All these tables have DIFFERENT columns
Do you want to select any one by their name at a time and then bind it to report ? If that’s what you are looking for then the code below might help you :