How to get named excel sheets while exporting from SSRS

后端 未结 10 1235
粉色の甜心
粉色の甜心 2020-12-08 14:17

Whenever a single page report is exported to excel, sheet in excel is named by the report name. If a report has multiple pages, the sheets are named as sheet1, sheet2,.... I

10条回答
  •  遥遥无期
    2020-12-08 14:32

    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.

提交回复
热议问题