To add tab names while exporting to excel, I used the following method:
- On the report design window, select the tablix object.
- Open properties window of the tablix object.
- Add the required tab name to the
PageName
property.
- Run the report
- Export the report to Excel.
- Now the worksheet name is the same as the
PageName
property of the tablix object.