This is a Visual Studio ReportViewer control question, not report design in BIDS, so I hope this is the right forum.
In Visual Studio, I'm creating a matrix report that uses fields more than one table in the query. I know that if I create the DataSet myself manually first, I can include multiple tables. But I want to be sure that I'm not missing something here.
Am I right in thinking that if I use the wizard with ReportViewer, there's no way I can have more than one table in the data source? I've tried selecting multiple tables, but it only seems to let me choose one.