Is it possible in SSRS to set a default parameter value for a report subscription only, but not set a default when the report is run manually?
I have the default dates I want to use for the subscription generated in a dataset, but I'd like to only use default dates for the subscription.
答案 0 :(得分:1)
这是一个主意。
为新的链接报告上的订阅设置所需的参数。
注意:可以为链接的报告单独设置参数。
将您的订阅指向链接的报告。
注意:如果您修改了原始报告,则更改也会显示在所有链接的报告中。
答案 1 :(得分:0)
我能够通过使用数据驱动的订阅并在订阅中创建查询以生成默认参数来解决该问题