Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an event registered with the report server.
Inheritance Hierarchy
System.Object
ReportService2005.Event
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Class Event
'Usage
Dim instance As Event
public class Event
public ref class Event
type Event = class end
public class Event
The Event type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
Event | Initializes a new instance of the Event class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Type | The name of an 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 Subscriptions and Delivery (Reporting Services).
Event is returned as output by 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.
.gif)
.gif)
.gif)