0
votes

Before i was trying to deploy the SSRS reports in Report Server.Now it was successfully deploy and got knowledge from this link.

Now Again I need to send the report to my client every 1 hour.

I m using Express Edition of SQL Server.so i can't do Data Driven Subscription using my version.

Can i do this Dynamic scheduling of data driven programmatically?

Is there any sample example seen? Please shed some light to my search. Thanks.

1
Hi, this is basically a different question from the one you originally asked. If you need to ask a new question, please create one instead of editing and overwriting your original question, as the answers will no longer make sense. Thanks.Nathan Griffiths

1 Answers

1
votes

Presumably you mean you are using some kind of external scheduler and you want to be able to generate Reporting Services reports programmatically using the web service.

You can do this using the rs Utility, which enables you to execute a Vb.Net script against the web service.

There is an example of using this approach to render a report here.