Expand Minimize
0 out of 2 rated this helpful - Rate this topic

ListSchedules Method

SQL Server 2000

ReportingService.ListSchedules Method

Returns a list of all shared schedules.

Public Function ListSchedules() As [Namespace].Schedule()
   Member of [Namespace].ReportingService
public [Namespace].Schedule[] ListSchedules()
   Member of [Namespace].ReportingService
Return Value

An array of Schedule[] objects that represents all shared schedules in the report server database.

Permissions

Operation Description
Read Schedules Required to view the schedules in the report server database.

Remarks

If the report server does not contain any shared schedules, null is returned.

See Also

ReportingService Class

Reporting Services Web Service Library

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