Event Class
Represents an event registered with the report server.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class Event
'Usage
Dim instance As Event
[SerializableAttribute]
public class Event
[SerializableAttribute]
public ref class Event
[<SerializableAttribute>]
type Event = class end
public class Event
Remarks
You use events with Reporting Services subscriptions. For more information about report subscriptions, see Subscription and Delivery (Reporting Services).
Event is returned as output by the ListEvents method.
Inheritance Hierarchy
System.Object
ReportService2005.Event
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.