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.
我有报告要求用户写入文件目录的路径。此参数在启动时具有默认值,但我想允许用户更改它。从他更改它的那一刻起,用户编写的参数将在下一次渲染时显示为默认值。
编辑:我使用 Buissnes Inteligence 和 SQL SERVER 2008r2
我认为这不能仅在 SSRS 中完成。
您可以做的是编写一个过程来生成报告输出,该过程接受目录路径作为参数并将其保存到用户查找表中,然后再生成报告数据。
然后,您可以对用户表使用查询来为 SSRS 中的参数生成默认值。