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

ListScheduledReports Method

SQL Server 2000

ReportingService.ListScheduledReports Method

Returns a list of reports that are associated with a shared schedule.

Public Function ListScheduledReports( _
   ByVal ScheduleID As String _
) As [Namespace].CatalogItem()
   Member of [Namespace].ReportingService
public [Namespace].CatalogItem[] ListScheduledReports(
   string ScheduleID
);
   Member of [Namespace].ReportingService
Parameters
ScheduleID
The ID of the shared schedule.
Return Value

An array of CatalogItem[] objects that represents the reports that are associated with the specified shared schedule.

Permissions

Operation Description
Read Schedules Required on each report that is associated with the schedule.

Remarks

The ListScheduledReports method only returns information about items for which the user has Read Properties permission. The set of report items that are returned may not represent all of the reports that are associated with the specified shared schedule.

See Also

ReportingService Class

Reporting Services Web Service Library

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.