Event Class
Represents an event registered with the report server.
Inheritance Hierarchy
System.Object
ReportService2006.Event
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.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
The Event type exposes the following members.
Properties
Name | Description | |
---|---|---|
Type | Gets the name of the event that is registered with the report server. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
You use events with Reporting Services subscriptions. For more information about report subscriptions, see Subscription and Delivery (Reporting Services).
An array of Event objects is returned as output from the ListEvents method.
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.