I have a report in SSRS 2008R2 that consists of a tablix and a footer inside a List object. The reason for the list is that each area (tablix header, details, tablix footer) has to include it's own header information. We cannot use a Report/Page header for all three areas. The List object consists of one group (BatchId) with no details.
within the tablix, there is a header and footer row on the outermost group (BatchId). there are page breaks between the header and the detail section of the tablix, and between the detail section and the footer.
I have tried (in vain) to add a page break by group so that each Batch resets the page number. I've attempted each group within the report (7 overall) individually, with three possible values for Break Location (End, StartAndEnd, Between). Nothing seems to be working with this.
I have tried using subreports without success and embedding all of the code into one tablix (also unsuccessful). Am I missing something?
Thanks!