Event Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |