SQL server reporting services: how to stop a report firing when opened

前端 未结 8 2293
悲&欢浪女
悲&欢浪女 2020-12-05 04:20

We have some SQL server reporting services reports. I didn\'t write then but I have to take care of them.

These reports fire when opened in the browser, and with the

相关标签:
8条回答
  • 2020-12-05 05:13

    I did this by just supplying a default value to the key parameter that doesn't return any results.

    0 讨论(0)
  • 2020-12-05 05:16

    I found that I had to set at least one of the report parameters to not have a default to keep the report from autorunning.

    I had to use this configuration (notice that all 3 of the parameters I left without defaults accept Nulls so the users can just click the Null checkboxes):

    [screenshots missing]

    to get the users to see this and to keep the report from autorunning:

    [screenshots missing]

    0 讨论(0)
提交回复
热议问题