Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 SSRS 报告,其中我们在工具提示中显示评论,但是当我们使用 SSRS 中导出的内置功能导出到 Excel 时,我们无法获得相同的评论(Excel 中的工具提示)。
任何好的代码链接或建议都会有很大帮助。找不到任何我可以实施的东西。
唉,这在 SSRS 中(还)是不可能的。
您唯一的选择可能是创建一个自定义渲染扩展,这是一个重量级的解决方案。