共用方式為


ReportingService2006.ListEvents 方法

Returns a list of events supported by the report server.

命名空間:  ReportService2006
組件:  ReportService2006 (在 ReportService2006.dll 中)

語法

'宣告
Public Function ListEvents As Event()
'用途
Dim instance As ReportingService2006 
Dim returnValue As Event()

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

傳回值

型別:array<ReportService2006.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

(In) TrustedUserHeaderValue

(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 configuration file.

請參閱

參考

ReportingService2006 類別

ReportService2006 命名空間