简体   繁体   English

禁用SSRS报告订阅

[英]Disable SSRS Report Subscription

I have requirement to disable SSRS reports hosted on Report url based on last login information captured in Sql table. 我需要根据Sql表中捕获的最后登录信息来禁用报告URL上托管的SSRS报告。 i am using CLr type proc but not sure where to include sql manipulation to sql tables - Does anyone has pointers on same 我正在使用CLr类型的proc,但不确定在哪里将sql操作包括在sql表中-是否有人在同一指针上

Your SQL manipulation code is part of your SQLCLR method. 您的SQL操作代码是您的SQLCLR方法的一部分。

Have a look at this link: Data Access from CLR Database Objects . 看一下以下链接: 从CLR数据库对象进行数据访问

Hope this helps. 希望这可以帮助。

Do not manipulate the tables in the ReportServer database directly. 不要直接操作ReportServer数据库中的表。 Instead, create a proxy class for the Webservice and use its objects and methods to manipulate the Reporting Services objects. 而是,为Web服务创建代理类,并使用其对象和方法来操纵Reporting Services对象。

To learn about this, you can use this to start with. 要了解这一点,您可以使用作为开始。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM