In my SSRS report, I have three different datasets bringing data from different data sources. Unfortunately, I cannot combine them into one.
What I am trying to accomplish: I need a report that has three tables (for each data source) in one page and only displaying information for a specific Account.
How I want to see the results:
I am able to Group each table by Account Number and then add page break to display in separate page. However, I cannot figure out how to display all three table data in one page.
Also, I need to make sure the report is still exportable to Excel with all the data. I am not sure if subreport will allow me to export to Excel without any issues