Compartir a través de


ReportingService2005.ListEvents Método

Returns a list of events supported by the report server.

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.dll)

Sintaxis

'Declaración
Public Function ListEvents As Event()
'Uso
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[]

Valor devuelto

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

Comentarios

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.

Vea también

Referencia

ReportingService2005 Clase

Espacio de nombres ReportService2005