all groups > sql server reporting services > march 2005 >
You're in the

sql server reporting services

group:

FireEvent Event? What is this?


FireEvent Event? What is this? Scott M
3/16/2005 1:19:20 PM
sql server reporting services: The only documentation that I can find about this method is that it exists.
What does this method do and how is it used?

Thanks
Scott
RE: FireEvent Event? What is this? Rob
3/17/2005 12:55:02 AM
The function is part of subscriptions, it's basically the option "once" when
you are defining the schedule of the subscription.

The VB would be thing like :-

Dim SubID = rs.CreateSubscription(report, extSettings, desc, eventType,
matchData, parameters)

rs.FireEvent("TimedSubscription", SubID)

Robbie


AddThis Social Bookmark Button