SSRS is the most amazing data visualisation tool which provides many amazing features. One of the best feature of this tools is to export data into multiple sheets in excel and provides Name the worksheets according to group value. We can assign dynamically sheet name / tab name. When SSRS report is exported into excel format then the report data will be divided into multiple sheets and each sheet must have Tablix Header.
To create multi tabbed report, we have to follow the following steps -
- Add Row Group to the report and choose Parent Group
- In Group Properties window, choose Page Break and checked Between each instance of a group
- In Row Group section, click on Group details and go to property window
- In property window, open expression window for PageName and assign the group name from the report dataset
- To fix tablix header in every new sheet/tab, Click on Advance mode form Row and Column Group and set true property of KeepTogether and RepeatOnNewPage
- Preview of the report ---- Done
For actual implementation, please watch the below video -