Limiting Subscriptions to be emailed using SSRS

Posted by Graeme on Stack Overflow See other posts from Stack Overflow or by Graeme
Published on 2010-03-15T16:07:49Z Indexed on 2010/03/15 16:09 UTC
Read the original article Hit count: 135

Filed under:
|
|

Currently, our system will do a "foreach" over all Subscriptions which are returned from the ListSubscriptions method of ReportingService and fire a Timed Subscription event so that they receive the report as an email.

In our dev environment, I don't want every subscription of these reports to be sent out when we are testing.

Is there a way I can create a new subscription with my own email address being used so that I receive the report? The temp subscription could then be deleted after sending.

Any ideas on how to do this?

© Stack Overflow or respective owner

Related posts about ssrs

Related posts about sql