Exago .NET API Documentation
UpdateExistingSchedule Method
WebReports.Api.Scheduler Namespace > ReportScheduler Class : UpdateExistingSchedule Method
A ReportScheduleInfo object with the changed job information.
The job ID of the job to be updated.
Update an existing Scheduler Service job with new information.
Syntax
public void UpdateExistingSchedule( 
   ReportScheduleInfo package,
   System.string jobId
)

Parameters

package
A ReportScheduleInfo object with the changed job information.
jobId
The job ID of the job to be updated.
Exceptions
ExceptionDescription
An exception is thrown if the job ID cannot be found on any of the available Scheduler Service hosts.
An exception is thrown if the ReportScheduleInfo contains any invalid information, such as a non-existent recurrence pattern.
An exception is thrown if attempting to schedule a report that does not have any output types except HTML (Report Viewer).
See Also

Reference

ReportScheduler Class
ReportScheduler Members