【发布时间】:2017-10-19 17:36:08
【问题描述】:
我目前正在使用 MS Visual Studio 2012 和 SQL Server 2012。
在我的 SSRS 报告中,我目前有一个包含 4 列的表,其中包含 7 条记录,如下所示:
ID FirstName LastNameInitial Department
1 Joe S Management
2 Sally T Management
3 Kyle V Employee
4 Sandra B Employee
5 Nick N Management
6 Jess A Management
7 Priya S Employee
我想这样当用户从 SSRS 导出到 Excel 时,我可以有 2 个单独的选项卡(管理、员工),记录将过滤到这些选项卡。
例如,ID 的 #1、2、5、6 将位于管理选项卡下方。其他人将进入员工选项卡下方。
有人可以帮我解决这个问题吗?或者也许建议一种更简单的方法来解决这个问题?
【问题讨论】:
标签: sql-server visual-studio-2012 reporting-services export-to-excel ssrs-2012