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