Metodo ReportingService2006.ListEvents

Returns a list of events supported by the report server.

Spazio dei nomi  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Sintassi

'Dichiarazione
Public Function ListEvents As Event()
'Utilizzo
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[]

Valore restituito

Tipo: array<ReportService2006.Event[]
An array of Event objects that contains events and their built-in properties.

Osservazioni

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.

Vedere anche

Riferimento

ReportingService2006 Classe

Spazio dei nomi ReportService2006