I have the basics down on how to create a report using ReportViewer in WPF. This would apply to a single given dataset. The issue I am having now is how to create a report which shows the results of three separate SQL queries.
Query 1 would appear at the top of the first page an show all the returned data.
Next, there would be a label which would indicate the starting point of the second set of information followed by the results of Query 2.
Another label followed by the results of Query 3.
Is this even possible?
Using Visual Studio 2013 and C# with a WPF application built on .Net 4.5