Exago .NET API Documentation
SetRecurrencePatternYearly Method
WebReports.Api.Scheduler Namespace > ReportScheduler Class : SetRecurrencePatternYearly Method
ReportScheduleInfo to be modified
Boolean representing the type of yearly pattern that the job will be executed on
Number representing the month of the year the job will be executed on
The Day of the month that the job will be executed on
The week of the N month that the job will be executed on
The day or days of each week on which the schedule runs, used in conjunction with ordinal. Use one of the ReportScheduleInfo.DayOfWeekType Enumeration members.
The month that the job will be executed in
Convenience method that sets the provided ReportScheduleInfo object's recurrence pattern to yearly
Syntax

Parameters

scheduleInfo
ReportScheduleInfo to be modified
isSpecificDayOfYear
Boolean representing the type of yearly pattern that the job will be executed on
specificMonthOfYear
Number representing the month of the year the job will be executed on
specificDayOfMonth
The Day of the month that the job will be executed on
relativeWeekOfMonth
The week of the N month that the job will be executed on
relativeDayOfWeek
The day or days of each week on which the schedule runs, used in conjunction with ordinal. Use one of the ReportScheduleInfo.DayOfWeekType Enumeration members.
relativeMonthOfYear
The month that the job will be executed in

Return Value

ReportScheduleInfoYearly Modified ReportScheduleInfo with the Recurrence pattern set to yearly
See Also

Reference

ReportScheduler Class
ReportScheduler Members