ReportingService2005.ListEvents 方法

Returns a list of events supported by the report server.

命名空间:  ReportService2005
程序集:  ReportService2005(在 ReportService2005.dll 中)

语法

声明
Public Function ListEvents As Event()
用法
Dim instance As ReportingService2005 
Dim returnValue As Event()

returnValue = instance.ListEvents()
public Event[] ListEvents()
public:
array<Event^>^ ListEvents()
member ListEvents : unit -> Event[] 
public function ListEvents() : Event[]

返回值

类型:array<ReportService2005.Event[]
An array of Event objects that contains events and their built-in properties.

注释

The table below shows header and permissions information on this operation.

SOAP Headers

(Out) ServerInfoHeaderValue

Required Permissions

None

No specific report server permissions are required to view the event extensions that are listed in the configuration file. The user must have Read permissions on the physical file.

请参阅

参考

ReportingService2005 类

ReportService2005 命名空间