SSRS - Changing tab name when exporting to excel

前端 未结 2 1260
太阳男子
太阳男子 2020-12-28 14:17

I have tabbed my report in SSRS 2012 by having my page breaks based upon grouping classname and it works great. How do I change the tab names when exporting to

相关标签:
2条回答
  • 2020-12-28 15:04

    This solution was not working for me.

    I had to add group break page.

    https://www.mssqltips.com/sqlservertip/3527/export-sql-server-reporting-services-report-data-into-multiple-excel-worksheets/

    0 讨论(0)
  • 2020-12-28 15:09

    You need to set the PageName of the Tablix Member (group), NOT the PageName of the Tablix itselfs.
    If you got the right object, if will say "Tablix Member" (Tablix-Element in German) in the title box of the properties grid. If it's the wrong object, it will say only "table/tablix" (without member).
    Also, be advised to set the sort order of the group expression, so the tabs are alphabetically sorted.

    If you get the tablix instead of the tablix member, it will put the same tab name in every tab, followed by a (tabNum). That is exactly your current problem.

    0 讨论(0)
提交回复
热议问题