The report
The report consists of, in this order:
- A header
- A tablix containing the main data. It has one grouping containing the detail group.
- A rectangle set to add a page break before. The rectangle contains text boxes with metadata.
- A footer
The problem
When the report is exported to CSV the only data is the metadata from inside the rectangle. I need the data from the tablix.
Additional details
- There are no visibility expressions set on the tablix, it's columns or rows, any individual text boxes, or groupings.
- The report exports to excel (.xlsx) just fine.
- The issue occurs on the report server and in SSDT locally.
