ReportingService2005.ListEvents Method

Definition

Returns a list of events supported by the report server.

public:
 cli::array <ReportService2005::Event ^> ^ ListEvents();
public ReportService2005.Event[] ListEvents ();
member this.ListEvents : unit -> ReportService2005.Event[]
Public Function ListEvents () As Event()

Returns

Event[]

An array of Event objects that contains events and their built-in properties.

Remarks

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.

Applies to