ReportingService2010.ListScheduledItems Method
SQL Server 2008 R2
Returns a list of items that are associated with a shared schedule.
Assembly: ReportService2010 (in ReportService2010.dll)
[<SoapHeaderAttribute("TrustedUserHeaderValue")>] [<SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListScheduledItems", RequestNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)>] [<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>] member ListScheduledItems : ScheduleID:string -> CatalogItem[]
Parameters
- ScheduleID
- Type: System.String
The ID of the shared schedule.
Return Value
Type: ReportService2010.CatalogItem[]An array of CatalogItem objects that represents the items that are associated with the specified shared schedule.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | ReadSchedules (System) |
SharePoint Mode Required Permissions | Open() |
This method only returns information about items for which the user has ReadProperties permission in native mode and ViewListItems() permission in SharePoint integrated mode. The set of items that are returned might not represent all the catalog items that are associated with the specified shared schedule.
