I have a report that is broken into three pages. When the report is exported as an Excel file I need the tabs to be named correctly.
My report is in this format:
First Page:
- Table
- Chart - I have the Chart Properties set to Add a page break after.
Second Page:
- Matrix - I have the Tablix Properties set to Add a page break after.
Third Page:
- Chart
- Chart
I am currently using this version of Visual Studio to create the report if that matters.
I have found some useful links about adding page breaks on row groups, but I don't see anything about breaking on the entire matrix or a chart.