I am converting a report from Access to SSRS. So far, everything is fine, except for one thing.
The report details the individuals who are members of a variety of groups. I have a group header that displays the group name and then each page shows the details of that group's members.
In the Access report, the group name is turning out like a sort of page separator. It prints a page with the group name on it and then starts the details on the following pages. When it comes to a new group, it prints just the name and then starts with that groups members on new pages. This, I presume, is to make it easier to separate out each groups list of members.
However, the SSRS version does not start printing the groups members on a fresh page. It prints the group name and then follows that immediately with the first member's data. I've gone to the group's property page and I've clicked every combination I can find in the Page Breaks tab, but no luck.
It's like the Access report does a Form Feed after printing the group name, but the SSRS report only dos a CR-LF.
I didn't write the Access report, so I'm not sure of the design efforts that went into it. But, I figure that I'm missing some simple checkbox somewhere.
Any ideas?