Expand Minimize
This topic has not yet been rated - Rate this topic

ReportingService2005.ListEvents Method

Returns a list of events supported by the report server.

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)
[SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)]
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/ListEvents", RequestNamespace = "http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", 
	ResponseNamespace = "http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", 
	Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public Event[] ListEvents()

Return Value

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

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.