ReportingService2005.ListSchedules Method

Definition

Returns a list of all shared schedules.

public:
 cli::array <ReportService2005::Schedule ^> ^ ListSchedules();
public ReportService2005.Schedule[] ListSchedules ();
member this.ListSchedules : unit -> ReportService2005.Schedule[]
Public Function ListSchedules () As Schedule()

Returns

An array of Schedule objects that represent all shared schedules in the report server database.

Remarks

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

SOAP Headers (Out) ServerInfoHeaderValue
Required Permissions ReadSchedules (System)

If the report server does not contain any shared schedules, an empty array is returned.

Applies to