Creating column heading that dynamically increases in SSRS report

蹲街弑〆低调 提交于 2019-12-25 13:15:10

问题


I have to create a report that looks like below. All the months are dynamically called through Matrix report. And i am not able to place the heading "Yearly Counts" that also dynamically varies with no of months.

Could you please help me in doing this.


回答1:


If I understand you correctly, you are able to get the Matrix to dynamically add 1 column per month, but you can't get the "Yearly Counts" cell to work correctly, right?

If you use the following option (right-click on the box to the left of the Month row to get to this menu), you should be able to add a header row above the month headers that will expand to cover as many month columns that dynamically appear:

The Matrix should end up looking like this (in design mode):



来源:https://stackoverflow.com/questions/31731374/creating-column-heading-that-dynamically-increases-in-ssrs-report

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!