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

前端 未结 8 2300
悲&欢浪女
悲&欢浪女 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:10

    I have done that by changing my query slighlty to require parameters when it is run.

    I have then after I have published the report on the report site, specified that the parameter, should prompt the user. This does have the effect that the report does not pull the sql server to its knees when users just open the report to see.

提交回复
热议问题