So I have a report that I was able to get almost exactly how I wanted it, but I can't manage to get a page break between the 2 subreports. Help would be highly appreciated.
I have 3 reports
- PARENT.rdl
- SUBREPORT_1.rdl
- SUBREPORT_2.rdl
SUBREPORT_1 and SUBREPORT_2 share a common field (for example city) so I'm able to group them inside the PARENT.rdl so it has this type of format:
What I have looks like this:
SUBREPORT_1: MIAMI
SUBREPORT_2: MIAMI
----- page break ------
SUBREPORT_1: ORLANDO
SUBREPORT_2: ORLANDO
----- page break ------
SUBREPORT_1: TAMPA
SUBREPORT_2: TAMPA
I have all of this working perfectly, my only problem is I'd like to add a page break between SUBREPORT_1 and SUBREPORT_2. There is already a page break at the end of the City grouping. I want it to look like:
SUBREPORT_1: MIAMI
-- page break -- << add this
SUBREPORT_2: MIAMI
----- page break ------
SUBREPORT_1: ORLANDO
-- page break -- << add this
SUBREPORT_2: ORLANDO
----- page break ------
SUBREPORT_1: TAMPA
-- page break -- << add this
SUBREPORT_2: TAMPA
I've tried putting the subreports in rectangles inside of the tablix cells, but no luck. I'm assuming because of the PARENT tablix can't be broken up mid-tablix ?
Any help with this would be great, of if there is a better solution than the subreport method. That is what I found in my research.
Thanks