The dashboard picture below shows the structure of what I need to create in SSRS. Each red box represents a different dataset, so there are 14 potential datasets that total different information.
Each query is totaled with a ROW_NUMBER which enables me to limit how many of the rows show on the report, so I don't know how to combine queries to reduce the number from 14 different datasets and keep this functionality.
This report is by school so each dataset will only need to show data for that school, and I need a page break per school.
Can a report like this be created with SSRS? Is so, what are some options on how to do it please? Would I use a list, table, etc?
This will not be published on a server and will only need to be run a few times a year as a .pdf. from a local machine. The data however is on a sql-server.
Thank you.