SSRS 2008 - Sorting within a group

雨燕双飞 提交于 2019-12-24 01:19:51

问题


I am using SSRS 2008 with a tablix control that has one Row Group defined (called MyGroup). Can someone please explain the difference between the following sorting options you can pick from?

  1. Sorting via the Tablix properties window
  2. Sorting via the MyGroup (a row group I created) properties window
  3. Sorting via the Details (default child row group of MyGroup) properties window.

Does sorting at the Tablix level do an initial sorting.... which is later refined by the sorting you can define inside your Group..... which is later refined by any sorting defined inside the Details (default group)?

It's a little confusing how you could potentially navigate to all of the properties dialogs mentioned above and define sorting differently in each of these locations.


回答1:


Essentially, yes:

  • Sorting via the Tablix properties window sets the initial sort order of the Tablix.
  • Sorting via the Group properties window will override the Tablix sort order for sorting groups, but will retain the Tablix sort order within groups.
  • Sorting via the Details properties window will override the Tablix sort order for sorting within groups.


来源:https://stackoverflow.com/questions/9008670/ssrs-2008-sorting-within-a-group

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