dynamic one time schedule in Reporting Services 2005
My case scenario is to email a report triggered by a new post in a database.
How can this best be done?
I'm looking into:
1. Triggering the report from a the webservice that adds the post.
2. Triggering the report from a database trigger in SQL server
My problem is that i don't know how to implement either..
I use C# btw
Any ideas people?

