当前位置: 代码迷 >> Sql Server >> SSRS 2008 矩阵交互式排序具体如何操作
  详细解决方案

SSRS 2008 矩阵交互式排序具体如何操作

热度:605   发布时间:2016-04-24 10:25:21.0
SSRS 2008 矩阵交互式排序具体怎么操作
各位大侠, SSRS  2008 矩阵交互式排序具体怎么操作,搞了两天没搞定

------解决方案--------------------
这个不难的。参考一下截图

------解决方案--------------------
OK, follows what I did here and see what's the difference.

prepare dataset:

SELECT TOP 100 [BusinessEntityID]
      ,[FirstName]
      ,[LastName]
  FROM [AdventureWorks2012].[Person].[Person]

drag a table and insert data into table

right click BusinessID cell in the table header, select text box properties, select interactive sorting, make the setting as shown in the picture. then do the same to firstname and lastname cell.
DONE.








------解决方案--------------------
我想现在我真正理解你的问题了,看来是个难题,你是否可以用Table来替代matrix呢? 如果是matrix,似乎有难度的。 
------解决方案--------------------
先创建一个demo database table Score.
然后准备dataset, 
然后在SSRS里使用table




  相关解决方案