Share via


ReportingService2006.ListEvents 方法

定义

返回报表服务器支持的事件的列表。

public:
 cli::array <ReportService2006::Event ^> ^ ListEvents();
public ReportService2006.Event[] ListEvents ();
member this.ListEvents : unit -> ReportService2006.Event[]
Public Function ListEvents () As Event()

返回

Event[]

Event 对象的数组,它包含事件及其内置属性。

注解

下表显示了有关此操作的标头和权限信息。

SOAP 标头 (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
所需的权限

查看配置文件中列出的事件扩展插件不需要特定的报表服务器权限。 用户必须对配置文件具有读取权限。

适用于