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

ReportingService2006.ListSchedules Method

Returns a list of all shared schedules for a given site.

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)
[SoapHeaderAttribute("TrustedUserHeaderValue")]
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices/ListSchedules", RequestNamespace = "http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices", 
	ResponseNamespace = "http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices", 
	Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
[SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)]
public Schedule[] ListSchedules(
	string Site
)

Parameters

Site
Type: System.String
The fully qualified URL for the SharePoint site.

Return Value

Type: ReportService2006.Schedule[]
An array of Schedule objects that represents all shared schedules for the given site.

The table below shows header and permissions information on this operation.

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

Open()

If the site does not contain any shared schedules, an empty Schedule array is returned.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.