ReportingService2005.ListEvents Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns a list of events supported by the report server.

Syntax

'Declaration
Public Function ListEvents As Event()
public Event[] ListEvents ()
public:
array<Event^>^ ListEvents ()
public Event[] ListEvents ()
public function ListEvents () : Event[]

Return Value

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

Remarks

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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

ReportingService2005 Class
ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace