Multiple Reports in 1
I have 2 different reports that I want to have seperate datasources (seperate SQL statements), but display them as 1 report in the preview control. I am familar with the .Prepare(true) method, but this does not demonstrate how to have each report have it's own datasource. How do I do this?
Comments
What is the problem with datasource? It should work. You may either use datasources defined in a report, or register them via report.RegisterData method.
What is the relationship between the data table and the name I use with the RegisterData method and the datasource is chosen in the report itself?