Event Class

Definition

Represents an event registered with the report server.

public ref class Event
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class Event
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type Event = class
Public Class Event
Inheritance
Event
Attributes

Remarks

You use events with Reporting Services subscriptions. For more information about report subscriptions, see Subscriptions and Delivery (Reporting Services).

An array of Event objects is returned as output from the ListEvents method.

Constructors

Event()

Initializes a new instance of the Event class.

Properties

Type

Gets or sets the type of the event that is registered with the report server.

Applies to