Using CreateSubscription and the Reporting Service API 
(Scott) In our last Reporting Services article we used the ListChildren method to display a tree list of reports available to a user. In this article we will tackle the CreateSubscription method, which requires substantially more code to get running. There are more parameters to pass, and the parameter types are more complex. In addition, the extensibility of Reporting Services means you’ll need to dig a little harder to come out with the correct incantation for the delivery provider parameters.
Read More >>