ReportingService2005.ListSchedules Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Schedule[]
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.