SQL Server 2008 R2 and Report Builder 3.0
We have a matrix report that requires page breaks. The structure is something like the mock-up at the bottom.
- Row Group 1 is the logical parent of Column Group 1 in the data.
- Objective: Create a page break after each Row Group 1. Column Group 1 on each page should include only those values that are owned by Row Group 1.
- A page break was created on Row Group 1. This is working correctly except that it is creating a blank first page.
- Issue: Each page displays all values contained Column Group 1. We need Column Group 1 values to include only those owned by Row Group 1.
Thank you!