Running a report from SSRS
The report has one tablix with Three Groups
Group1
Group2
Group3
I have a page breaks set on Group1 and Group2
Every Group1 record has at least 2(could be 3) values for Group2 and 1 to several values in group3 for each group2 value.
When I run the report with SQL Server Reporting Services web interface only the first group2 value is displayed with proper bage breaks for group1, the other group2 items are not rendered at all.
If you then Export to PDF or print preview the number of pages is doubled and the other group2 items are rendered correctly.
The Detail lines of there report have hidden row expressions that depend on the Greoup2 value.
I've tried evey variation of the page break settings to no avail.
In VS2008 i get the same effect by toggling the 'Print Layout' button.
Print Layout, PDF, and printer show the pages, HTML does not.