*I'm using SSRS 2017.
I've got a SSRS report with two parameters: a datetime and an integer (ID value). It uses the ID value as a filter in the main tablix in the body, and also for expressions in the header and footer.
I need to change the report so that it can accept multiple integer ID values (passing in from app) and essentially run the report multiple times (once for each ID value). I need the header and footer to correspond with each different ID value, as opposed to being the same on each page because they're using the First function to get just the values from the first row of the dataset.
What's the best way to get one PDF that's essentially my current report run multiple times--once for each ID?
I appreciate the help.