Event 类

定义

表示向报表服务器注册的事件。

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
继承
Event
属性

注解

将事件与 Reporting Services 订阅一起使用。 有关报表订阅的详细信息,请参阅订阅和传递 (Reporting Services)

对象的数组 Event 作为 方法的 ListEvents 输出返回。

构造函数

Event()

初始化 Event 类的新实例。

属性

Type

获取或设置向报表服务器注册的事件的类型。

适用于